Forums
(@webviewer)
12 years, 9 months ago
If you want to display the sticky posts,you should use ‘posts_per_page’=>1,’iggnore_sticky_posts’=>1,’post_in’=>get_option(‘sticky_posts’) . The most important is that you don’t forget add if($sticky[0]),and delete while(have_posts()):the_post();