projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee99867
)
Reduced frontpage post-feed count to 2 from 5
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 26 Jul 2016 15:17:55 +0000
(11:17 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 26 Jul 2016 15:17:55 +0000
(11:17 -0400)
parts/blog-feed-home.php
patch
|
blob
|
history
diff --git
a/parts/blog-feed-home.php
b/parts/blog-feed-home.php
index
924b2f1
..
f80c3c0
100644
(file)
--- a/
parts/blog-feed-home.php
+++ b/
parts/blog-feed-home.php
@@
-1,4
+1,4
@@
-<?php $args = array( 'numberposts' =>
5
);?>
+<?php $args = array( 'numberposts' =>
2
);?>
<div id="home-feed-posts">
<?php
$lastposts = get_posts( $args );