Home › Community Forums › Epik Theme Support › Custom page template struggles › Reply To: Custom page template struggles
January 2, 2014 at 8:11 pm
#9740

Customer
Thanks Wes. I actually have a template name in it & it still doesn’t work – the template itself does, but I can’t get the dang post info to disappear. Here’s the full code in the template file, which is in the epik folder:
<?php
/* Template Name: Team Showcase */
remove_action( 'genesis_entry_header', 'genesis_post_info', 5 );
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
genesis();
?>
The first action was recommended by a guy on the Studiopress forum: http://www.studiopress.com/forums/topic/custom-page-template-struggles/
It’s still not doing the trick. I’m a little perplexed. Any other thoughts are welcome!
Scott