|
@@ -31,7 +31,7 @@ get_header(); ?>
|
|
|
<?php endforeach; ?>
|
|
|
<br>
|
|
|
<?php } ?>
|
|
|
- <?php $recentposts = get_posts(array( 'numberposts' => 11, 'offset' => 0 ) ); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
|
+ <?php $recentposts = get_posts(array( 'numberposts' => 7, 'offset' => 0 ) ); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
|
<li style="color:#777"><?php echo get_the_date('y/m/d'); ?> - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
|
<?php endforeach; ?>
|
|
|
</ul>
|