Browse Source

page-desk

windhamdavid 2 years ago
parent
commit
7bb6dea157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      page-desk.php

+ 1 - 1
page-desk.php

@@ -33,7 +33,7 @@ get_header(); ?>
           <br>
           <?php } ?>
 					<li>Recent Posts</li>
-					<?php $recentposts = get_posts('numberposts=54'); foreach ($recentposts as $post) : setup_postdata($post); ?>
+					<?php $recentposts = get_posts('numberposts=68'); foreach ($recentposts as $post) : setup_postdata($post); ?>
 					       <li style="color:#777"><?php echo get_the_date('m/d/y'); ?> - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
 					<?php endforeach; ?>
 					<li class="pull-right"><a href="<?php echo site_url(); ?>/archive/"><b>All Posts -></b></a></li>