Thread Starter
crowd
(@crowd)
Thanks, alchymyth. It works great.
So no option for the post? For i do need the post have the same design as its category.
need the post have the same design as its category
depending on the how different the design between categories is, and if it is only formatting, you could try to work with css and use the category dependant css class output by post_class() to create category specific styles for single posts.
http://codex.wordpress.org/Function_Reference/post_class
or work with the conditional in_category() to build category dependant output sections in single.php;
http://codex.wordpress.org/Function_Reference/in_category
I’ve used this plugin a few times, and it works really well.
Let’s you create as many different post templates as you want, and then select from a drop down menu in the ‘edit post’ screen.
http://wordpress.org/extend/plugins/custom-post-template/