• If you select no category for featured, then the slider will show the latest posts. Is there any modification to show not the lates posts but the sticky ones?
    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t have access the code currently, but in /inc/featured.php you could try to look for ignore_sticky_posts => true and change it to false. I think I may have that in there, not 100% sure though.

    I have code access today, so the correct would be:

    'ignore_sticky_posts'		=> 1,

    To:

    'ignore_sticky_posts'		=> 0,

    And then make it take posts from all categories, and the sticky ones should appear there at the top.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Slider modification’ is closed to new replies.