From a49014e84ae6b113117f25617722d3722b13f255 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Tue, 14 Oct 2014 12:51:57 +0300 Subject: [PATCH] fix news categories --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index eb8e29b..81d9360 100644 --- a/functions.php +++ b/functions.php @@ -34,7 +34,7 @@ function sh_latest_posts($atts){ $result = '

'.$atts['label'].' | '.__('see all', 'initfest').'

'; - $news_args = array( 'category_name' => 'news', 'numberposts' => 3, 'lang' => of_get_lang() ); + $news_args = array( 'category_name' => 'news,news-bg', 'numberposts' => 3, 'lang' => of_get_lang() ); $news = new WP_Query( $news_args ); ob_start();