Home › Support Forums › Theme Support › Pinboard › Alphabetically Order Category Posts › Reply To: Alphabetically Order Category Posts
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.