• I want to show the sticky posts list,but it doesn’t work.
    My code is following:
    <?php query_posts(array('post_in'=>get_option('sticky_posts'),'ignore_sticky_posts'=>1,'showposts'=>7,'orderby'=>rand));?>
    but it shows the posts which are no stciky.
    How should i do?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘query_posts('post_in'=>get_option('sticky_posts')) can not work’ is closed to new replies.