get_param('hide_top_posts'); if (!$show_top_posts) { return; } $top_post_categories = implode(',',$wdwt_front->get_param('top_post_categories', array(), array(''))); $top_post_cat_name = $wdwt_front->get_param('top_post_cat_name'); $order = $wdwt_front->get_param('top_post_order', array(), array('date')); $order = $order[0]; $orderby = $wdwt_front->get_param('top_post_orderby', array(), array('desc')); $orderby = $orderby[0]; $grab_image = $wdwt_front->grab_image(); $lbox_width = $wdwt_front->get_param('lbox_image_width'); $lbox_height = $wdwt_front->get_param('lbox_image_height'); $lbox_enable = $wdwt_front->get_param('lbox_enable', array(), '1'); if($lbox_enable == '1'){ $lbox_enable = true; } else{ $lbox_enable = false; } $args = array( "posts_per_page" =>4, "ignore_sticky_posts"=>1, "cat"=>$top_post_categories, "orderby"=>$orderby, "order"=> $order, ); ?>
".substr( strip_tags( $recent["post_content"] ),0,50)."...
\r\n \t\t\t\t\t\t\t\t".esc_html($recent["post_date"])."\r\n \t\t\t\t\t\t\t