Results 1 to 2 of 2
Threaded View
-
27th Jan 2012, 03:25 PM #1OPMember
HELP Post loop Conflicting with Page Navi
PHP Code:<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$args=array(
'cat'=>''.get_cat_id(get_custom_field('category_filter')),
'paged'=>$paged,
);
query_posts($args);
while (have_posts()) : the_post(); ?>But somehow i manage to install it...but no matter what page i go to it still shows the first page and it has all to with the loop...please debug the php abouve so i can use pagenavi on it...thanks
eagerly waiting for the debugged codePhresh Reviewed by Phresh on . HELP Post loop Conflicting with Page Navi <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args=array( 'cat'=>''.get_cat_id(get_custom_field('category_filter')), 'paged'=>$paged, ); query_posts($args); while (have_posts()) : the_post(); ?> Rating: 5Rule #1 No Names
Rule #2 Always burn the evidence
Rule #3 Dont forget Rules #1&2
Renting 9 inch pacifier for chicks..interested? pm me!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Can you help me for finding conflicting between these tow js files?
By ruialessio in forum Web Development AreaReplies: 0Last Post: 18th Mar 2012, 02:36 AM -
Conflicting portrayals emerge of Megaupload founder
By Bharat in forum News & Current EventsReplies: 4Last Post: 27th Jan 2012, 09:24 AM
themaManager - edit and manage...
Version 4.17 released. Open older version (or...