I am moving a site from a Genesis theme to Colorlib theme. The genesis theme includes add_action( 'genesis_before_while', 'custom function' );
in a custom archive page, which loads restricted content from a template part. Is there a standard WP hook equivalent? or a work-around?