• Resolved Freya

    (@candrault)


    Hello,

    The sticky checkbox works fine, I can see my post is a sticky post in the BO.
    But in my front the sticky post is not in the first position.

    Here are the two loops on which I tested :
    https://ibb.co/72Wv8Q7

    Can you help me please ?

Viewing 1 replies (of 1 total)
  • Plugin Author Markus Wiesenhofer

    (@markusfroehlich)

    Hello,
    i use those filters to put the sticky posts to the first position:
    add_filter(‘pre_get_posts’, array($this, ‘pre_get_posts’), 1);
    add_filter(‘the_posts’, array($this, ‘the_posts’), 1, 2);

    Have you tested with get_posts()?

    Best regards
    Markus

Viewing 1 replies (of 1 total)

The topic ‘Sticky post not sticky’ is closed to new replies.