Problems using the_meta tag, custom fields, etc
-
OK, I’ll admit that I’m probably missing something very obvious, but I’m not a wiz at PHP…
I’m experimenting with custom fields for the first time. I’ve added two different custom fields, each with it’s own (different key) to a test post and updated the post so that it’s saved.
I’ve read the codex pages about the_meta tag and what needs to be done with it but I’m rather lost.
Do I now need to add
<?php the_meta(); ?>
into one of the template files now? And if so, which one and where? I’ve seen reference to it needing to be in “The Loop” but I’m no closer to knowing quite where to find that…Can someone please offer idiotproof (or at least idiot-resistant) assistance as to what I now need to do to display the two custom fields after the post?
Thanks in advance.
A
- The topic ‘Problems using the_meta tag, custom fields, etc’ is closed to new replies.