Activity Stream
48,167 MEMBERS
62382 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default 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(); ?>
    I tried to install Pagenavi in a theme called sidewinder which natively doesnt support navigation. 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 code
    Phresh 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: 5
    Rule #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!

  2.   Sponsored Links

  3.     
    #2
    Member
    Nevermind i dumped that theme
    Rule #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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can you help me for finding conflicting between these tow js files?
    By ruialessio in forum Web Development Area
    Replies: 0
    Last Post: 18th Mar 2012, 02:36 AM
  2. Conflicting portrayals emerge of Megaupload founder
    By Bharat in forum News & Current Events
    Replies: 4
    Last Post: 27th Jan 2012, 09:24 AM

Tags for this Thread

BE SOCIAL