0){
smartlib_get_frontpage_section_header($title_features);
}
dynamic_sidebar('sidebar-frontpage_features');
?>
0){
smartlib_get_frontpage_section_header($title_news);
}
/**
* Display last news
*/
$args = array('posts_per_page' => 4, 'ignore_sticky_posts' => 1, 'post_type' => 'post');
$posts_array = new WP_Query($args);
/**
* Latest News Loop
*/
if ($posts_array->have_posts()) {
?>
have_posts()):$posts_array->the_post();
?>
-