Posts: 17
Threads: 8
Joined: Aug 2012
Could you explain how to appear "CustomFields" only on certain pages ?
For now my "CustomFields" appeard on all pages.
Could you tell me if there is a way to choose which pages who show my "CustomFields"
Thanks
Posts: 1,204
Threads: 30
Joined: Jun 2010
2012-08-29, 18:41:33
(This post was last modified: 2012-08-29, 18:42:25 by BlackRose.)
difficulty level: beginners
Duplicate template.php file from your chosen theme, save it as f.e. template_with_cfields.php in the same directory.
In the new file insert php calls to all custom fields you have created, and chose this template file in page's options, on which you want to show custom fields.
Addons: blue business theme, Online Visitors, Notepad
Posts: 161
Threads: 6
Joined: Jan 2010
Maybe he means selectively configuring custom fields to appear only for certain templates when editing pages in the backend. If this is what you want to do, you might find the
I18N Special Pages plugin useful which you can use to set up special page types and each type can have it's own set of custom fields.
Posts: 17
Threads: 8
Joined: Aug 2012
thank you for your answers!
I misspoke, I meant "Admin Pages" with all my "Custom Fields" on all pages.
I'll try the plugin "Special page" it seems interresting!
Thank you again!