How To Edit "Post Meta" on Wordpress

Konyagi

Regular Member
Joined
Mar 12, 2021
Messages
256
Reaction score
127
Anyone with an idea or tutorial on how to edit the post meta part of Wordpress posts? By post meta I am referring to the section shown in the image below. Is there a plugin that I can use to customize it so it contains details like "Post Last Updated:" "Medically Reviewed By:"? The default one only shows the "Author" and "Date Published". TIA.

wordpress-single-post-template-anatomy-scaled.jpg
 
you can do this with custom fields (most good themes should support CFs, but if yours doesn't then use a plugin like ACF)
Adding to what @tazarbm has said, if you are familiar with coding then you can manage this meta data yourself by editing a single.php file in your theme.
There is this good article from wpbegginers on this you may want to refer - https://www.wpbeginner.com/wp-themes/how-to-display-post-meta-data-in-wordpress-themes/
Thanks y'all.
 
Back
Top