Support

Home Forums Event Espresso Premium How To: Add comments to EE templates on Genesis

How To: Add comments to EE templates on Genesis

Posted: October 28, 2014 at 3:44 pm


Michael

October 28, 2014 at 3:44 pm

Inside your EE loop in single-espresso_events.php, add the text shown here in bold:
while ( have_posts() ) : the_post();
// Include the post TYPE-specific template for the content.
espresso_get_template_part( ‘content’, ‘espresso_events’ );
genesis_get_comments_template();
endwhile;

Also refer to this post https://eventespresso.com/wiki/build-custom-espresso-event-post-templates-genesis/


Jonathan Wilson

October 28, 2014 at 3:59 pm

Hey Michael,

Great stuff. Thanks for letting us know!

The support post ‘How To: Add comments to EE templates on Genesis’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso