![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#4
|
||||
|
||||
|
I think you could probably go into your blog page php file and hardcode it something like this:
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1,2,3,etc&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
__________________
John Flynn Kickstart Media Latest StudioPress Design Recommended StudioPress/Revolution Designer |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Categories question | Lori | General Discussion | 3 | 06-21-2010 06:08 AM |
| Question on Categories | krisk | General Discussion | 3 | 04-22-2010 09:37 AM |
| Categories question | buddy1227 | General Discussion | 3 | 02-18-2009 03:06 PM |
| question when you have many categories | baermcintosh | General Discussion | 3 | 02-06-2009 09:30 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