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();