• I’m using tanzaku on the following site:
    https://www.makesthree.org

    All seemed to working fine until the number of posts went over 10 & the pagination was added – if you click on page 2 or next the page it direct to just redirects to a automatic hosting page.
    https://www.makesthree.org/wordpress/page/2/

    Anyone have any idea what would be causing this?
    Obviously i can work around it for now by changing the number of posts shown in the reading setting but that isn’t a long term solution!

Viewing 1 replies (of 1 total)
  • Note that this Theme has not been updated in almost a year.

    Refer to index.php, in which you will find the function paginate_links2(), which is a wrapper for the core function paginate_links().

    I believe the problem might be that the Theme is using get_option('siteurl'), which is deprecated, as the $base for paginate_links().

    I use a similar custom function in my Theme; it might be a useful reference for replacing your Theme’s paginate_links2() function.

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination issue’ is closed to new replies.