Site icon Anthony Carbon

Remove entry footer on category post

The code snippets you see below should be placed into your theme’s functions.php file.

Below is the code to remove the entry meta on your category post.

remove_action( 'genesis_entry_footer', 'genesis_post_meta' );

 

Exit mobile version