Customizing the Vigilance Theme
2008 October 20
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:
No comments yet
