• I am looking for a way to change the way my archives page looks for some of my archive pages. Is there a plugin that lets me make more then one theme for a page and choose which one I want for each category archive?

Viewing 1 replies (of 1 total)
  • Not that I’m aware of. But, if you edit your theme’s header.php file and change <body> to <body <?php if (function_exists('body_class')) body_class(); ?>>, you can then use CSS to style on .category-(slug).

Viewing 1 replies (of 1 total)

The topic ‘Plugin to change page themes’ is closed to new replies.