Reply To: Alphabetically Order Category Posts

#21411
Daniel Tara
Keymaster

The is_category() function is not available in the pre_get_posts hook. You can use this code instead:

if( isset( get_query_var( 'cat' ) ) && 38 == get_query_var( 'cat' ) )

Replace 38 with the ID of your tractors category.