Rearrange Course Filter Titles Support Forums for LiveMesh Themes & Plugins › Forums › Invent Theme Support › Rearrange Course Filter Titles Tagged: classes, Courses, filter, Rearrange, titles This topic has 1 reply, 2 voices, and was last updated 9 years, 10 months ago by Veena. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 26, 2015 at 3:12 am #13009 bfields4Member How do I rearrange the Courses page filter? March 27, 2015 at 8:22 pm #13047 VeenaModerator Pls go through this link – https://codex.wordpress.org/Function_Reference/get_terms#Examples You have to modify line no:767 of file framework/functions/post-functions.php , you need to give the code as suggested in the above link. eg: $terms = get_terms($taxonomy,array( 'orderby' => 'name', 'order'=>'DESC' )); Kindly vary the code according to your requirement and the possible parameter values are also given in the above link. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Invent Theme Support’ is closed to new topics and replies.