Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1268821

    Hello,

    We have the same issue as stated below: https://www.peppercrew.nl/ when clicking through the pages we also get a 404: https://www.peppercrew.nl/page/2/

    Can you please help us?

    Daniel

    unfortunately the pagination on our blog and on our portfolio doesn´t work.
    If i click on the button for the second page of our blog, i get a redirect to a blogpost, but not to the second blog page.
    Same with the portfolio, if i click on the button for the second page, i get an 404 error.

    I found out, that if i reset the permalinks for portfolio to wordpress default, then the pagination for the portfolio does work.
    But how and where can i fix the pagination for our blog? Is it also a permalink problem? Where can i change the permalink for bloggposts?

    Can you please fix this issue, so that the pagination for blog and portfolio also works with custom permalinks?

    Thanks, for your help.

    #1268865

    Hey DanielNikolic,

    Thank you, please have a look at the solution shared here:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1268877

    Done but not fixed (also tried from a clean tor browser), code looks like this now:

    function avia_extended_pagination_link( $method, $page_number, $query_arg = ” )
    {
    if( empty( $query_arg ) )
    {
    $url = $method( $page_number );
    }
    else
    {
    $url = add_query_arg( $query_arg, $page_number, $url );
    }

    return $url;
    }

    #1268947

    Hi DanielNikolic,

    We have applied the solution posted here: https://kriesi.at/support/topic/portfolio-pagination-not-working-portfolio-entries/#post-1258856
    Also, we refreshed your permalinks and it seems to work properly now, please review your site. :)

    Best regards,
    Nikko

    #1269166

    Thanks a lot!! It works again!

    Daniel

    #1269203

    Hi Daniel,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog and portfolio pagination doesn´t work.’ is closed to new replies.