Created
December 13, 2016 11:21
-
-
Save celticwebdesign/7b85b6f5909d91a20292f93401545b44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query_posts( $query_string . '&posts_per_page=-1' ); | |
if (have_posts()): while (have_posts()) : the_post(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment