(wordpress version 3.4)
Ok,
Here’s what I’m trying to do:
Create a page called “Custom Fields” that will never actually be seen by a user. It’s simply for the client to add in custom fields. He will constantly be needing to change these custom fields on a weekly/monthly basis.
I need these custom fields to be displayed inside the header, footer, or sidebars so that they will be universal on all pages.
Do you know the proper way to tweak the code so I can achieve this?
Thanks!
Since Custom-Fields are meant on a per-post scope, I would recommend using the Options meta-data store instead. This way you can change the values from the Admin panel which is mush more convenient and consistent.
This is a tutorial showing how you can add this functionality to WP