Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_posts` AS `t`
LEFT JOIN `wp_postmeta` AS `last_name` ON
`last_name`.`meta_key` = 'last_name'
AND `last_name`.`post_id` = `t`.`ID`
WHERE ( ( `center`.`name` = 'Center for Leadership & Strategic Thinking' OR `center`.`slug` = 'Center for Leadership & Strategic Thinking' ) AND ( `t`.`post_type` = 'profile' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY `last_name`.`meta_value` ASC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`; Response: Unknown column 'center.name' in 'where clause'