Ascending Post Configuration


In order to change the order of a category from descending to ascending by date, follow these simple instructions:
  1. Create a new category or if you want to modify a currently existing category skip to step #2.
  2. Click edit under the newly created category, or click edit under the already existing category.
  3. Next to the "Sort Order" option, select "ascending" or "descending" from the drop down menu based upon your choice for that particular category. By default, "descending" is selected which is the default order for WordPress.
donate(); $flydisplay->plugin_support(); $flydisplay->fly_news(); ?>
term_id; $curr_meta = $cat_meta[$t_id]; $direction=( $curr_meta && isset( $curr_meta['order'] ) && $curr_meta['order'] ) ? $curr_meta['order'] : "DESC"; $sort_order = array( 'DESC' => array( 'value' => 'DESC', 'label' => 'Descending' ), 'ASC' => array( 'value' => 'ASC', 'label' => 'Ascending' ), ); ?>