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
  #1  
Old 08-24-2010, 02:30 PM
mchilson mchilson is offline
Registered User
 
Join Date: Mar 2010
Posts: 3
Unhappy "Next Page" and "Previous Page" not working.

Please take a look at the link below:

http://www.warbirdradio.com/shows/th...-builder-show/

And here is the php code:

Code:
<?php query_posts('cat=540&orderby=date&order=DESC&posts_per_page=5'); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
            <h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
        
            <?php the_content(__('Read more'));?><div style="clear:both;"></div>
            
            <div class="postmeta">
                <p><?php the_time('F j, Y'); ?> | Filed Under <?php the_category(', ') ?> | <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?>&nbsp;<?php edit_post_link('(Edit)', '', ''); ?></p>
            </div>
            <hr/>        
            <?php endwhile; else: ?>
            
            <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
            <p><?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?></p>
<?php wp_reset_query(); ?>
Any ideas? Is the reset_query killing the paging?

Thanks in advance!
Mike
 

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
I'd like to add "next" and "previous" links at the bottom of my posts lizh General Discussion 2 05-09-2010 08:06 PM
"Next" and "Previous" post feature on Homepage/Front Page WyffGoaL General Discussion 5 04-08-2010 04:20 AM
I wan't delete some words: "advertisement" "comments" "subscribe".... in Home Francois Laurent General Discussion 2 01-06-2010 11:11 AM
"Next Post" and "Previous Post" simply refresh the same page dorono General Discussion 3 09-19-2009 11:49 PM


All times are GMT -5. The time now is 10:54 PM.

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