How to display only specific parts of a post (or change their order)
-
I am trying to display the parts of the_content (post title, post main body, feature image, and some custom fields) in a different order than they appear when using
<?php get_template_part( 'content', 'single' );
this is a custom post template; only in this category will the post information appear in this order. I know I can show the title of the post with
<?php single_post_title(); ?>
but how can I pull out the feature image and body copy and control where on the page those elements will go?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to display only specific parts of a post (or change their order)’ is closed to new replies.