Hi,
which is the code to display a specific custom field ( named for example: foto) in single.php???
get_meta() recalls every custom field
Thank You
Hi,
which is the code to display a specific custom field ( named for example: foto) in single.php???
get_meta() recalls every custom field
Thank You
Not if you specify the key.
http://codex.wordpress.org/Function_Reference/get_post_meta
I'm sorry, I really don't understand a lot about php, what am I supposed to write instead of get_meta()?
If for example the field is called: test or whatever you prefer.
Thank You!
Please see the page at the link I posted above.
You must log in to post.