Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I have lots of posts on my blog. How can I change the format of all posts with one click?
EXAMPLE: If post is in video format, then I want it to convert to gallery format.
2013-01-28 10:34:11
My googling has found up nothing; it's also fairly complex SQL if you wanted to jump into PHPMYAdmin and mess with the database yourself..The post formats are stored in the terms db, so you would need to figure out which term id related to which post format, then change all instances of that term in the term_relationships table to the desired id. Simple enough, but I dont have any examples to work with as I don't use them I'm afraid.
2013-01-26 12:41:59
Use this site:http://codex.wordpress.org/Using_Permalinks
2013-01-28 10:26:31
I'm not sure you understand the question.
2013-01-26 01:58:35
No, if you have a video you'll need to manually work to change its format into another one and I believe that takes time so you'd better find another solution.
2013-01-25 16:28:53
Please check this link :http://codex.wordpress.org/Post_FormatsSupported Formats :The following Post Formats are available for users to choose from, if the theme enables support for them :gallery imagesvideo audio etc ..
2013-01-28 10:25:45
Honestly, how does this help? He asked for a way to change the post format, not for an explanation and link to the public codex or what is a post format.