Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 9, 2012 16:22
Show Gist options
  • Select an option

  • Save billrobbins/1780891 to your computer and use it in GitHub Desktop.

Select an option

Save billrobbins/1780891 to your computer and use it in GitHub Desktop.
All Categories On Homepage
<?php $recent = new WP_Query("cat=&showposts=".of_get_option('home_cat_num'). ""); while($recent->have_posts()) : $recent->the_post(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment