Title: order posts don&#8217;t work
Last modified: October 25, 2021

---

# order posts don’t work

 *  Resolved [jeanpoldupont](https://wordpress.org/support/users/jeanpoldupont/)
 * (@jeanpoldupont)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/order-posts-dont-work/)
 * Hello,
    Yes, I read the faq and add `add_post_type_support( 'post', 'page-attributes');`
   in function.php But, no reorder on posts … Any idea ?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Siddharth Thevaril](https://wordpress.org/support/users/nomnom99/)
 * (@nomnom99)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/order-posts-dont-work/#post-15003244)
 * Hi [@jeanpoldupont](https://wordpress.org/support/users/jeanpoldupont/)
 * After adding `add_post_type_support( 'post', 'page-attributes' );`, when you 
   visit the `/wp-admin/edit.php?post_type=post` screen, you should see a **Sort
   by Order** link just above the Post list table. Once you click it, you should
   be able to reorder the posts.
 * Let us know if it works for you.
 *  [Jairo Niño](https://wordpress.org/support/users/jnfdev/)
 * (@jnfdev)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/order-posts-dont-work/#post-15021899)
 * Hi [@nomnom99](https://wordpress.org/support/users/nomnom99/) I tried it and 
   didn’t work whatsoever, here is a video showing it:
 * Maybe I’m missing something? Can you help me?
    -  This reply was modified 4 years, 8 months ago by [Jairo Niño](https://wordpress.org/support/users/jnfdev/).
 *  Plugin Support [Siddharth Thevaril](https://wordpress.org/support/users/nomnom99/)
 * (@nomnom99)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/order-posts-dont-work/#post-15023908)
 * Hi [@jnfdev](https://wordpress.org/support/users/jnfdev/),
 * As per the WordPress docs [here](https://developer.wordpress.org/reference/functions/add_post_type_support/),
   the function `add_post_type_support` must be called on the `init` hook.
 * Can you try the following:
 *     ```
       add_action( 'init', function() {
       	add_post_type_support( 'post', 'page-attributes' );
       } );
       ```
   
 * If this works for you then ignore the rest of the comment.
 * —
 * I confirmed this to be working on my WordPress setup with the [Twenty Twenty-One](https://wordpress.org/themes/twentytwentyone/)
   theme.
 * Can you try the same so that we can be sure the issue is not with the current
   theme in the video?
 * If it fails even with the Twenty Twenty-One theme, then would it be possible 
   to share the list of plugins active on your WordPress installation? It will help
   us to further debug the issue.
 * Please let us know.
 * Thank you.
    -  This reply was modified 4 years, 8 months ago by [Siddharth Thevaril](https://wordpress.org/support/users/nomnom99/).
    -  This reply was modified 4 years, 8 months ago by [Siddharth Thevaril](https://wordpress.org/support/users/nomnom99/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘order posts don’t work’ is closed to new replies.

 * ![](https://ps.w.org/simple-page-ordering/assets/icon-256x256.png?rev=2716033)
 * [Simple Page Ordering](https://wordpress.org/plugins/simple-page-ordering/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-page-ordering/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-page-ordering/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-page-ordering/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-page-ordering/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-page-ordering/reviews/)

## Tags

 * [page attributes](https://wordpress.org/support/topic-tag/page-attributes/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 3 replies
 * 3 participants
 * Last reply from: [Siddharth Thevaril](https://wordpress.org/support/users/nomnom99/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/order-posts-dont-work/#post-15023908)
 * Status: resolved