Skip to content

Instantly share code, notes, and snippets.

@calvez
Created March 29, 2017 09:55
Show Gist options
  • Save calvez/ebbf9b7ec7af650358576d3991f2b644 to your computer and use it in GitHub Desktop.
Save calvez/ebbf9b7ec7af650358576d3991f2b644 to your computer and use it in GitHub Desktop.
wordpress snippets
<?php
global $query_string;
query_posts( $query_string . '&posts_per_page=4' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment