Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'cindyli/STUDIO-10' into development
Browse files Browse the repository at this point in the history
* cindyli/STUDIO-10:
  STUDIO-10: Fixed the issue that only one post is showed on the selected tags page.
  • Loading branch information
michelled committed Dec 9, 2011
2 parents e28d8fa + 5b5e903 commit 94a0d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/fluid-studios/archive.php
Expand Up @@ -35,7 +35,7 @@
<h1>Blog Archives</h1>

<?php } ?>
<?php query_posts($query_string . '&posts_per_page=1'); ?>
<?php query_posts($query_string); ?>
<ul class="fl-grid">
<?php while (have_posts()) : the_post(); ?>

Expand Down

0 comments on commit 94a0d13

Please sign in to comment.