IT Nursery
I am using WP 3.0.3 and I would like to exclude sticky posts from my query: This doesn’t seem to work: <?php query_posts( 'posts_per_page=9&cat=-1,-2&ignore_sticky_posts=1' );?> To get JUST the...
  • June 3, 2022
  • 0 Comments
IT Nursery
I’d like to display the most two recent published sticky posts by modifying the primary loop. A simple affair with the following loop. However, if I schedule a sticky...
  • May 30, 2022
  • 0 Comments