I love this plugin! Thanks very much. I was wondering if there was any way to limit a particular custom metabox to be shown on a single page only, rather than on every page. For example, if the user has a homepage and I want to add some custom fields there, I don't necessarily want those fields to be seen on the edit screen for every other page as well.
Thanks for any ideas!
Dalton
http://wordpress.org/extend/plugins/more-fields/
rileypaulsen
Member
Posted 1 year ago #
I was just wondering this myself the other day.
Even if it was as simple as being a text field where we could add comma-separated page IDs. It shouldn't be too difficult to add to the existing architecture, as it would just need to do a conditional for each of those provided IDs around the field declaration.
thomasjbradley
Member
Posted 1 year ago #
I just released a plugin that's similar to be what you are looking for: Force Fields
It extends More Fields, and allows you to limit the input boxes on a per template basis. You just have to update your template file and add a directive to the top.
Advanced Custom Fields has this feature, it's a great plugin: http://wordpress.org/extend/plugins/advanced-custom-fields/