• Hi All,
    I’m trying to display the custom fields at the bottom of my posts, directly underneath the main post content. My PHP isn’t that great, and need to know where to insert <?php the_meta(); ?> in the post-template.php file, and if it’s just a straight copy & paste of that part alone?

    Regards

Viewing 1 replies (of 1 total)
  • For example, with the WordPress Default theme’s index.php you could put the_meta just before this line:

    <?php endwhile; ?>

    Usually would be after the_content and after the_category or the_tags type code.

    That placement is sometimes referred to as, “inside The Loop

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Field, Where to add <?php the_meta(); ?> in the Loop’ is closed to new replies.