Hello,
I am looking for a plugin that lets me associate multiple custom templates for posts.
I know that you can associate one custom template to a single post, but I am looking to have something like this:
http://www.mint.com/blog/trends/the-new-auto-industry-breakdown/
http://www.mint.com/blog/trends/the-new-auto-industry-breakdown/?display=wide
Any one have a clue how this is being done?
Same here. can't find info on a unique page template for a specific page in wordpress.
andiszek
Member
Posted 1 month ago #
one method that comes to mind right now would be to use the body_class function and make the changes directly in the CSS file, by adding the dynamic unique page-ID class generated.
http://www.nathanrice.net/blog/wordpress-2-8-and-the-body_class-function/
something like this:
body.page-id-3 .YourDIV {width: XYZpx;}