Customizing the Vigilance Theme

2008 October 20
by admin

I am currently using the Vigilance theme. I really tried to not customize the theme so future upgrades could be made easily. However I was forced to make a few tweaks.

In the header I added a custom header.

In the category pages there were only 10 results being returned. This is a setting in the core Wordpress install in the Reading Settings section. I only want 10 posts on the home page but 50 on the category pages. In archive.php I modded it like so:

/* If this is a category archive */ if (is_category()) {
query_posts($query_string.’&posts_per_page=50′);
?>

Related posts:

  1. How to omit posts from the homepage in Wordpress
No comments yet

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS