• I want to display only the title on the archive page but cannot do it with the simple hooks plugin.

    genesis_entry_content Hook

    <?php if ( is_category( '5' ) ) {
    remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
    	}
    ?>
    • This topic was modified 4 years, 5 months ago by jon182.
Viewing 1 replies (of 1 total)
  • Hi there,

    Are you still needing assistance or were you able to resolve this issue? Can you provide a link to your site?

    Kind regards,

Viewing 1 replies (of 1 total)
  • The topic ‘cannot remove content in category archive page’ is closed to new replies.