Little fixes

This commit is contained in:
Brian Miyaji
2014-01-23 02:25:48 +11:00
parent 2cc1c3ee6c
commit f21ed7f522
19 changed files with 45 additions and 13 deletions

View File

@@ -35,8 +35,8 @@ $args = array(
'post_type' => 'sp_statistic',
'numberposts' => -1,
'posts_per_page' => -1,
'orderby' => 'menu_order',
'order' => 'ASC'
'orderby' => 'menu_order',
'order' => 'ASC'
);
$data = get_posts( $args );
?>