projects
/
WP-Themes
/
visitalpena2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9aaee0
)
Show most recent instead of featured posts on frontpage blog feed
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 24 Sep 2018 21:05:59 +0000
(17:05 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 24 Sep 2018 21:05:59 +0000
(17:05 -0400)
parts/blog-feed-front.php
patch
|
blob
|
history
diff --git
a/parts/blog-feed-front.php
b/parts/blog-feed-front.php
index
0105b41
..
de32cdf
100644
(file)
--- a/
parts/blog-feed-front.php
+++ b/
parts/blog-feed-front.php
@@
-1,4
+1,4
@@
-<?php $args = array( 'numberposts' => 3
,'category_name' => 'featured'
);?>
+<?php $args = array( 'numberposts' => 3
);?>
<div id="home-feed-posts" class="animated home-feed-posts">
<?php $lastposts = get_posts( $args );
$count = 0; ?>