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

Thread: Homepage pagination doesn't work

  1. #1
    Thread Starter
    bigglebovsky's Avatar
    Join Date
    Nov 2013
    Location
    Ukraine
    Posts
    15
    Thanks
    1
    Thanked 7 Times in 2 Posts

    Homepage pagination doesn't work

    From first install pagination from homepage doesn't work correct it is displaying error on /page/2. But in other pages it works great, so it is problem only on homepage.
    http://promokot.com.ua/
    http://promokot.com.ua/page/2/

    Using /%postname%/ permalink structure.

    Code on homepage:
    <?php
    // show all coupons and setup pagination
    $paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
    query_posts( array(
    'post_type' => APP_POST_TYPE,
    'post_status' => $post_status,
    'ignore_sticky_posts' => 1,
    'posts_per_page' => 10 ) );
    ?>

    <?php get_template_part('loop', 'coupon'); ?>


    Do you know, how to fix this problem?

    Or it would be great to display only on homepage fixed amount of coupons (for example, last ten). Without any pagination.

    Thanks in advance!

  2. #2
    ishmamjt's Avatar
    Join Date
    Apr 2013
    Posts
    126
    Thanks
    13
    Thanked 5 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    bigglebovsky's Avatar
    Join Date
    Nov 2013
    Location
    Ukraine
    Posts
    15
    Thanks
    1
    Thanked 7 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  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. #5
    Thread Starter
    bigglebovsky's Avatar
    Join Date
    Nov 2013
    Location
    Ukraine
    Posts
    15
    Thanks
    1
    Thanked 7 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    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





  7. #7
    Thread Starter
    bigglebovsky's Avatar
    Join Date
    Nov 2013
    Location
    Ukraine
    Posts
    15
    Thanks
    1
    Thanked 7 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #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





  9. #9
    vinimatias's Avatar
    Join Date
    Nov 2012
    Location
    Brazil
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    vinimatias's Avatar
    Join Date
    Nov 2012
    Location
    Brazil
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

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. Jomark Pagination doesn't work properly in Home Page
    By dumindu89 in forum Clipper General Discussion
    Replies: 23
    Last Post: July 9th, 2014, 01:13 PM
  2. MapPress doesn't work on Homepage
    By emark in forum MapPress
    Replies: 4
    Last Post: May 28th, 2013, 04:59 AM
  3. Ads pagination doesn't work in 3.1.9
    By digifanta in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: September 2nd, 2012, 06:41 PM
  4. Author Page Pagination Doesn't Work!
    By dannymark in forum Report JobRoller Bugs
    Replies: 1
    Last Post: July 25th, 2012, 09:29 AM
  5. [SOLVED] Homepage and pagination 404
    By apollog in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: July 15th, 2012, 02:19 PM