Skip to content

Instantly share code, notes, and snippets.

@zenman
Created March 7, 2013 18:41
Show Gist options
  • Save zenman/5110590 to your computer and use it in GitHub Desktop.
Save zenman/5110590 to your computer and use it in GitHub Desktop.
Modify default query_posts.
<?php
//get the defualt query.
global $query_string;
//use the defualt query, but add your modifications connected by &.
query_posts($query_string . '&your_mods=awesome');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment