projects
/
WP-Themes
/
mountpleasantwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6551fac
)
changing the post id for the epicenter blog output on the front page sidebar
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 31 Oct 2018 17:21:36 +0000
(13:21 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 31 Oct 2018 17:21:36 +0000
(13:21 -0400)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
f94d0da
..
002fa6d
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-25,7
+25,7
@@
<div>
<?php $args = array(
'posts_per_page' => 1,
- 'category' => '
2
',
+ 'category' => '
53
',
'orderby' => 'date',
'order' => 'DESC',
'post_type' => 'post',