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
  #8  
Old 06-22-2009, 06:03 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Default Re: Full post blog functionality on the front page

Quote:
Originally Posted by StephanieV
nah, doing what you suggested removes all the other categories but the same 10 posts from the desired category repeat on each page.
Sorry. That's my fault. When I used query_posts() I forgot about paging. We have to retrieve the page number from the previous query first.
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1&showposts=5&paged=$page"); ?>
Where 1 is your category and 5 is the number of posts per page. $page contains the page number of the current page. showposts should match the Genreal->Reading->"Blog pages show at most" setting.


HTH,
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
 

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
One blog post on front page - confused... mkellam2 General Discussion 4 01-06-2011 09:42 AM
How do I show full post content on front page? onmillertime General Discussion 3 03-12-2010 02:18 PM
show full post on front page evoker General Discussion 3 09-16-2009 08:51 AM


All times are GMT -5. The time now is 08:47 PM.

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