Sticky Posts are not sorting properly
-
Hello, i use “Post Types Order” to sort sticky posts in my blog. I use “Sticky” link on Posts page (edit.php?post_type=post&show_sticky=1) and it shows posts are sticky. I try to drag the second post on first position, but nothing happens. After much thought I understood what the problem was. I was trying to move post that was on position 21 on second page, but in “Screen options” i has 20 posts per page. I guess that “Sticky” page still have pagination (?). I was trying to fix this issue by modifying main_querry using “pre_get_posts” when it (is_admin) to posts_per_page => ‘999’, but it does not seems to work. Can you please check dragging on “Sticky” posts page, when one post is on first and another post is on the second page.
Thank you in advance. Sorry for bad English.
The topic ‘Sticky Posts are not sorting properly’ is closed to new replies.