php - Wordpress Help: How to use custom blog page for blog category -


my blog page custom tempate page-blog.php. want use same template blog category /blog/category/architectural/. pointing homepage of website index.php

i tried rewrite plugin http://wordpress.org/plugins/rewrite/ change rules blog/category.

any idea on how tackle this?

thanks!

create file category-architectural.php content <?php include "page-blog.php"; ?>


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -