• Resolved dorofeevdima

    (@dorofeevdima)


    Hi Community,

    I’ve got a piece of standard code which allows to jump into older posts. This used to be workable but probably after upgrading to WP 4.0 it’s no longer works correctly. When clicking on the link it shows the same page but link looks ok, like this one http://mjstore.ru/news/page/2/

    <div class=”navigation navbot”>
    <div class=”alignleft”><?php previous_posts_link(‘< Посмотреть новые записи’) ?></div>
    <div class=”alignright”><?php next_posts_link(‘Посмотреть старые записи >’) ?></div>
    </div>

    If there something changed to the way how WP requests old posts from database?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Older posts stopped working’ is closed to new replies.