get_theme_mod('news_top_numb_newspaper','3'),
'offset' => 0,
'category' => get_theme_mod('news_top_newspaper','0'),
'orderby' => 'post_date',
'order' => 'DESC',
'include' => null,
'exclude' => null,
'meta_key' => null,
'meta_value' =>null,
'post_type' => 'post',
'post_status' => 'draft, publish, future, pending, private',
'suppress_filters' => true );
$recent_posts = wp_get_recent_posts( $args, ARRAY_A );
foreach( $recent_posts as $recent ){
?>
-
" title="">
">
get_theme_mod('news_bottom_numb_newspaper','3'),
'offset' => 0,
'category' => get_theme_mod('news_bottom_newspaper','0'),
'orderby' => 'post_date',
'order' => 'DESC',
'include' => null,
'exclude' => null,
'meta_key' => null,
'meta_value' =>null,
'post_type' => 'post',
'post_status' => 'draft, publish, future, pending, private',
'suppress_filters' => true );
$recent_posts_2 = wp_get_recent_posts( $args_2, ARRAY_A );
foreach( $recent_posts_2 as $recent_2 ){
?>
-
" title="">
">