Changeset 9906
- Timestamp:
- 05/22/2020 05:50:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types.php
r9090 r9906 214 214 if ( ! is_admin() && is_category() && $query->is_main_query() ) { 215 215 $query->set( 'post_type', 'helphub_article' ); 216 $query->set( 'orderby', 'menu_order' ); 217 $query->set( 'order', 'ASC' ); 216 218 } 217 219 } // End fix_archive_category()
Note: See TracChangeset
for help on using the changeset viewer.