tammyhart / Reusable-Custom-WordPress-Meta-Boxes

177 stars 97 forks source link

Add a metabox to a specific page (with a page-template) #22

Closed hwaal closed 11 years ago

hwaal commented 11 years ago

Hi there,

Is it possible to add different metaboxes to different pages? Lets say:

Homepage = 5 metaboxes (homepage-template.php) About page = 3 metaboxes (about-template.php)

When I make a new page, I can select the page-template, update and then a specific metabox will show based on the chosen page-template.

Thank you in advanced!

Huig

tammyhart commented 11 years ago

hwaal,

This isn't something that is built into the library here, but I have done it recently using this piece of code: https://gist.github.com/4543532

hwaal commented 11 years ago

Hi Tammy,

Great solution! Thank you very much!

Cheers

vol4ikman commented 10 years ago

Could you explain one more time (link is broken), how can I create metabox for a specific page template?

thanks