View Single Post
Old 08-07-2009, 12:23   #9 (permalink)
Pete Nice
Crankshaft
 
Pete Nice's Avatar
 
Join Date: Apr 2003
Posts: 2,108
it's ok - Pete to the rescue - needed to add $query_string to the query:

PHP Code:
$wp_query->query($query_string.'&showposts=6'.'&paged='.$paged); ?> 

once last thing - if someone could help me pass the date to the next page in the pagination that would be great. Currently it sits outside the while loop so only works on the original query.
  Reply With Quote