changing the post id for the epicenter blog output on the front page sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 17:21:36 +0000 (13:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 17:21:36 +0000 (13:21 -0400)
sidebar.php

index f94d0da..002fa6d 100644 (file)
@@ -25,7 +25,7 @@
                                         <div>
                                             <?php $args = array(
                                                 'posts_per_page'   => 1,
-                                                'category'         => '2',
+                                                'category'         => '53',
                                                 'orderby'          => 'date',
                                                 'order'            => 'DESC',
                                                 'post_type'        => 'post',