Is there any template tag to add the custom fields into your html's meta tags?
I am adding "keywords" and "description" as my custom fields..now how to make them show in the page meta fields?
Is there any template tag to add the custom fields into your html's meta tags?
I am adding "keywords" and "description" as my custom fields..now how to make them show in the page meta fields?
What you want is described in this WordPress Codex article. In particular, you will want to pay attention to:
get_post_meta($post_id, $key, $single);
This topic has been closed to new replies.