Hi,
I have CPT called team with taxonomy profession. Then, I added an ACF field sorting_name that I wanted to sort by, and the last step I added:
'site_sortables' => ['sorting_name' => array(
'meta_key' => 'sorting_name',
'default' => 'ASC',
)],
On main archive page /team new sorting works fine, but when I go to any category of 'profession' eg. /profession/office the list of posts is sorting by title as it was before.
any suggestions how to fix this ?
Hi,
I have CPT called
teamwith taxonomyprofession. Then, I added an ACF fieldsorting_namethat I wanted to sort by, and the last step I added:On main archive page
/teamnew sorting works fine, but when I go to any category of 'profession' eg./profession/officethe list of posts is sorting by title as it was before.any suggestions how to fix this ?