I wanted to print potential meta info. The only way that I know of was to insert . When I do that it also prints 'postuserpic' /asdfjkl.jpg, as part of post avatar.
I like to know how to get around it, since I wanted to use the custom field to be able to credit who the icon maker is.
Comments 4
Reply
What kind of information are you looking for on custom fields?
Reply
I like to know how to get around it, since I wanted to use the custom field to be able to credit who the icon maker is.
Reply
To show a specific field, use:
get_post_meta($post->ID, 'your_custom_field_name', true);
See the WordPress codex for details
Reply
Leave a comment