I want to add add_meta_box to specific page type like Page Template, Like Product Template.
I am using this article http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/ to try it.
|
I want to add add_meta_box to specific page type like Page Template, Like Product Template. I am using this article http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/ to try it. |
|||
|
|
|
If your custom page template filename is
Personally, I like calling this inside my
You'll just need to instruct users to save the page after assigning the template, so that the meta box appears. |
|||
|