Wordpress
*@sub-package -> afia
*@since -> V 1.0.0
*/
?>
query('posts_per_page=5');
?>
have_posts()):
while($wp_query->have_posts()):
$wp_query->the_post();
?>
'',
'orderby' => 'count',
'order' => 'DESC',
'style' => 'none',
'show_count' => 0,
'hide_empty' => 1,
'use_desc_for_title' => 1,
'child_of' => 0,
'feed' => '',
'feed_type' => '',
'feed_image' => '',
'exclude' => '',
'exclude_tree' => '',
'include' => '',
'hierarchical' => 1,
'title_li' => __( 'Categories','Afia' ),
'show_option_none' => __( '','Afia'),
'number' => 5,
'echo' => 1,
'depth' => 0,
'current_category' => 0,
'pad_counts' => 0,
'taxonomy' => 'category',
'walker' => null
);
?>
5,
'orderby' => 'comment_count',
'order' => 'DESC',
);
$wp_query = new WP_Query($args);
?>
have_posts()):
while($wp_query->have_posts()):
$wp_query->the_post();
?>