How do I add a new custom format while making a post in WordPress?
The default formats are standard, aside, image, gallery... I want to add a new format of 'xyz' name. How can I do it?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
||||
|
|
|
|||
|
|
|
Wordpress currently supports only few post formats, you can have a look at all Supported Post Format on codex. If you are looking for format which in not mentioned there, you will have to use the categories or tags conditions to customize the look for that posts. |
|||
|
|
|
Either use the current post formats, and make custom template for them. Or, make custom post types, but, switching post types seems to be a huge pain in the ass. |
|||
|
|