Post Meta Data in Single Post Template
Hi,
I'm currently using the Single Post Template for my single posts, and there are predefined boxes for Post Title, Post Author etc. I have additional Post Meta Data I would like to display in the same way in my Single Post Template. How can i add Post Meta Data in the same way?
Thanks in advance,
Ruben
Comments
Hi,
Can you explain which Post Meta Data you want to display, please?
Thanks
Hi,
Thank you for your response. In my Single Post Template, I am looking to display additional Post Meta Data that have been imported to the wp_postmeta table and is connected to each Post. For example I would like to display the field "ingredienser" from the wp_postmeta table.
I'd like to integrate fields into my Single Post Template so they are displayed in a similar format to the predefined boxes for Post Title, Post Author, etc.
I hope this clarifies my requirements. Please let me know how I can proceed to incorporate these meta data fields into my template.
Thank you!
You can achieve that by using dynamic data. It should look like this: {postmeta:FIELD_META_KEY}.
Best regards