StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 02-25-2009, 01:03 PM
John Flynn's Avatar
John Flynn John Flynn is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Sherman, TX
Posts: 2,021
Default Re: Page / categories question

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() ?>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 03:22 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.