Tagged Questions
2
votes
1answer
129 views
Hide meta box based on post format
I'm currently using a version of this function - post formats - how to switch meta boxes when changing format? which hides all meta boxes until a corresponding post format is selected (Ie; If someone ...
0
votes
1answer
295 views
Remove Title, Editor and Meta Box Support Based on Post Formats
Been looking around and can't find this. Is it possible to remove, let's say, the title area on post format: "quote"?
Or the editor on post format: "image"?
I noticed this page in the Codex: ...
0
votes
1answer
451 views
Wordpress 3.1.2 Bug: add_theme_support() and video post format registering twice
Ive been experiencing a problem with the new WordPress 3.1.2 update. When i use add_theme_support(); and register an array of post formats, it registers all of them fine, but when it comes to the ...
4
votes
2answers
1k views
post formats - how to switch meta boxes when changing format?
Problem
After realizing that post formats are pretty popular, but only a extremly rough drawn concept, i see that users will run into possible traps.
Post format ...
uses post meta fields & ...