Changeset 3261151
- Timestamp:
- 03/25/2025 12:07:45 AM (12 months ago)
- File:
-
- 1 edited
-
coaching-staffs/trunk/mstw-coaching-staffs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coaching-staffs/trunk/mstw-coaching-staffs.php
r3215779 r3261151 181 181 // Need to check the need for this first conditional ... someday 182 182 183 if ( !is_admin() && is_tax( 'staffs' ) && $query->is_main_query() ) {183 if ( !is_admin() && $query->is_tax( 'staffs' ) && $query->is_main_query() ) { 184 184 // We are on the coach gallery page ... 185 185 // So set the sort order based on the admin settings
Note: See TracChangeset
for help on using the changeset viewer.