This premium tutorial provides the code to customize the post info to remove the published date from all category archive pages in Genesis except for a specified category. Add this in child theme's functions.php: add_filter( 'genesis_post_info', 'sk_conditional_post_info' ); /** * Removes post info from posts on category archives other than…