Title: &quot;Next Post&quot; link doesn&#039;t reflect re-ordered posts
Last modified: August 21, 2016

---

# "Next Post" link doesn't reflect re-ordered posts

 *  [jasewarner](https://wordpress.org/support/users/jasewarner/)
 * (@jasewarner)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/next-post-link-doesnt-reflect-re-ordered-posts/)
 * Hello,
 * I’ve installed the plugin (it’s great, thank you!) and the reordering is working
   fine. However, in my project pages I have a “prev post” and “next post” navigation,
   these do not reflect the reordered posts. Can you advise me on what can be done
   to fix this please?
 * I am using the following code for the post navigation:
 *     ```
       <span class="prev-arrow" title="Previous project">
          <?php next_post_link('%link', __('←')); ?>
       </span>
   
       <span class="next-arrow" title="Next project">
          <?php previous_post_link('%link', __('→')); ?>
       </span>
       ```
   
 * [http://wordpress.org/plugins/post-types-order/](http://wordpress.org/plugins/post-types-order/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/next-post-link-doesnt-reflect-re-ordered-posts/#post-4386096)
 * The free plugin use the default WordPress next_post_link() and previous_post_link()
   functionality which is not very flexible and such issues can occur in certain
   circumstances. Possible you may want to check with [http://www.nsp-code.com/advanced-post-types-order-api/previous-post-link/](http://www.nsp-code.com/advanced-post-types-order-api/previous-post-link/)
   and [http://www.nsp-code.com/advanced-post-types-order-api/next-post-link/](http://www.nsp-code.com/advanced-post-types-order-api/next-post-link/)
   which are included in the advanced version

Viewing 1 replies (of 1 total)

The topic ‘"Next Post" link doesn't reflect re-ordered posts’ is closed to new replies.

 * ![](https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428)
 * [Post Types Order](https://wordpress.org/plugins/post-types-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-types-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-types-order/)
 * [Active Topics](https://wordpress.org/support/plugin/post-types-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-types-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-types-order/reviews/)

## Tags

 * [nav](https://wordpress.org/support/topic-tag/nav/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [next](https://wordpress.org/support/topic-tag/next/)
 * [post order](https://wordpress.org/support/topic-tag/post-order/)
 * [previous](https://wordpress.org/support/topic-tag/previous/)

 * 1 reply
 * 2 participants
 * Last reply from: [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/next-post-link-doesnt-reflect-re-ordered-posts/#post-4386096)
 * Status: not resolved