![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#5
|
|||
|
|||
|
Okay, open up page_blog.php and look for this line...
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1,-2&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
If you posts from all categories apart from category 2 then do this... Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-2&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
__________________
Some of the websites I've built with StudioPress: <a href="http://www.horseracing.fm">Horse Racing</a> | <a href="http://wedding-blog.net">Wedding Blog</a> | <a href="http://www.weddingtrix.com">Wedding Planning Guide</a> | <a href="http://advance.to">Search Engine Marketing</a> | <a href="http://www.automateyourprofits.com">Betting Software</a> | <a href="http://www.bettingbots.com">Betting Bots</a> | <a href="http://www.pokerclubscotland.com">Poker Club Scotland</a> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exclude a category from de category widget | bassili | General Discussion | 1 | 07-06-2010 08:40 PM |
| exclude blog page category | s2aebelt | General Discussion | 3 | 10-09-2009 11:23 AM |
| Exclude Category? | S3vEn | General Discussion | 14 | 11-22-2008 11:49 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us