• Resolved proved

    (@proved)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Author Maya

    (@tdgu)

    Hi,
    Sorry but it will not work. The default sticky post list is being saved within a separate option, so is not an attribute for each of the posts. This create issues when creating data join at the database level.
    Check with advanced version which use a better approach and a reliable sticky functionality, through which you can set a fixed position, so the post will always stay at that position https://www.nsp-code.com/how-to-set-sticky-posts-with-your-sort-lists/

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Sticky Posts are not sorting properly’ is closed to new replies.