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 04-01-2010, 06:05 PM
kwbridge kwbridge is offline
Registered User
Pro Plus Member
 
Join Date: Apr 2009
Location: Philadelphia
Posts: 4
Default Next Previous Links on Front Page

I want to add Next Previous links on the home page and have them go to the next page of videos for the More Videos section. I understand that they won't work because of the query being used.

I thought, although admittedly I don't know much about this, that adding $query_string.before "cat= would work.

<?php $recent = new WP_Query("cat=".$featured_vid_2."&showposts=".$fea tured_vid_2_num); while($recent->have_posts()) : $recent->the_post();?>

And at first it seemed like the Next Previous links were working. I noticed, however, that 2 posts that weren't in the category set for More Videos were being pulled and that the Next link stopped after the first three pages, even though there were still more posts in that category.

Can anyone assist with a better way (or a working way :-) to do this?

Thanks!
 

Tags
next previous links home more videos category

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
Next/Previous links on Entrance Page EndUserSharePoint General Discussion 2 02-09-2010 08:40 AM
Next and Previous Links on home page? tomjohnson1492 General Discussion 1 09-23-2009 11:53 AM
Links to show on front page? JLHalsted General Discussion 6 07-31-2009 05:44 PM


All times are GMT -5. The time now is 09:32 AM.

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