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
Post a Comment