Quote:
Originally Posted by omgcharlotte
Getting closer... added Field Groups plugin and it shows on both Posts and Pages but any data entered in the custom fields is not showing on the post. Maybe I have a setting wrong.
|
It is not automatic, you have to edit that post page .php and call those custom fields there.
https://www.advancedcustomfields.com...ces/get_field/
You can manage this without the plugin of course with the Wordpress own custom fields, with get_field in the post loop.