Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Need help with pagination

  1. #1
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts

    Unhappy Need help with pagination

    Hope someone can show me the right way

    I'm trying to place a further tab in the index.php that shows the listings of a specific category:

    PHP Code:
                <!-- tab 4 -->
    <div id="block4">

    <div class="clr"></div>

    <div class="undertab"><span class="big"><?php _e('Classified Ads','appthemes'?> / <strong><span class="colour"><?php _e('Bikes 4Sale','appthemes'?></span></strong></span></div>

    <?php
    // show all Motorbike for Sale ads but make sure the sticky featured ads don't show up first
    $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
    query_posts( array('post_type' => APP_POST_TYPE'ad_cat' => 'bikes-sale''ignore_sticky_posts' => 1'paged' => $paged) );
    ?>

    <?php get_template_part'loop''ad_listing' ); ?>

    </div><!-- /block4 -->
    So far that works fine. But now i would like to get pagination. So i use this code before </div><!-- /block4 -->:

    PHP Code:
            <?php
                
    if( $total_pages ){ ?>
                <div class="paging"><a href="<?php echo $post_type_url?>page/2/"> <?php _e'View More Ads''appthemes' ); ?> </a></div>
                <?php ?>
    But that is not the right way. It does not show me the other ads from the 'bikes-sale' category. Instead, it shows all listings from the website!

    How to get the other pages (2/3/4/5/..) showing only the ads from that one specific category? Can somebody please give me a tip?

    Samcy
    Rolf Hassel (Samcy)

  2. #2
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  4. #4
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  5. The Following User Says Thank You to mohsinoffline For This Useful Post:

    samcy (May 24th, 2012)

  6. #5
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  7. #6
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  8. #7
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  9. #8
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  10. #9
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  11. #10
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  12. The Following User Says Thank You to mohsinoffline For This Useful Post:

    samcy (May 25th, 2012)

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ads pagination
    By munvalk in forum Report ClassiPress Bugs
    Replies: 10
    Last Post: January 16th, 2012, 04:03 PM
  2. Pagination and SEO
    By junnydc in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 14th, 2012, 08:53 PM
  3. Job pagination
    By designengine in forum Report JobRoller Bugs
    Replies: 5
    Last Post: June 23rd, 2011, 02:32 AM
  4. Bug in Tab pagination
    By bundyla in forum Report ClassiPress Bugs
    Replies: 10
    Last Post: May 12th, 2011, 04:41 PM
  5. Pagination
    By jobsmall in forum Report JobRoller Bugs
    Replies: 1
    Last Post: January 3rd, 2011, 07:14 PM