Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created June 5, 2014 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/6825ecde849be73b3d19 to your computer and use it in GitHub Desktop.
Save mrchrisadams/6825ecde849be73b3d19 to your computer and use it in GitHub Desktop.
strange wordpress routing behaviour
<?php
// ""?tag=keyword" will show postd matching a keyword,
// but "?m=2013" shows all posts, with no critera
// any ideas?
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<!-- show posts -->
<?php endwhile; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment