Reorder categories in our work widget
-
Hi,
How I can change the alphabetic order of the categories in the ′our work′ widget? Currently my categories are months and I would like that they appear by month order (January, February…). I changed the ′order by′ in the page to ′slug′ and ordered them but it doesn′t look like it worked.
$defaults = array(
‘title’ => esc_html__(‘Our Play’, ‘quality-construction’),
‘quality_construction_portfolio_filter_all’ => esc_html__(‘All’, ‘quality-construction’),
‘cat_id’ => array(),
‘exclude’ => ”,
‘orderby’ => ‘slug’,
‘order’ => ‘ASC’,
‘featured_image_size’ => ‘full’,
‘post_column’ => 3,
‘post_number’ => 12,
);
return $defaults;
}thanks in advance ??
The page I need help with: [log in to see the link]
- The topic ‘Reorder categories in our work widget’ is closed to new replies.