Lego2012
12/14/2016 - 2:00 PM

Entry Content (HTML5)

Entry Content (HTML5)

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

<!-- The snippets below may be used to customize the Entry Content in HTML5 (Pro) themes. -->

<!-- Below is the code to customize the add post navigation to your site: -->

//* Add post navigation (requires HTML5 theme support)
add_action( 'genesis_entry_footer', 'genesis_prev_next_post_nav' );

<!-- Below is the code to remove the entry content on your site: -->

//* Remove the post content (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_content' );

<!-- Below is the code to remove the post image on your site: -->

//* Remove the post image (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );

<!-- Below is the code to remove the post navigation on your site: -->

//* Remove the post navigation (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_content_nav', 12 );

<!-- Below is the code to remove the post permalink on your site: -->

//* Remove the post permalink (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_permalink', 14 );