Thanks! That worked!
Question, the slug is “senior-management”. So instead of using:
'terms' => array( 151 ),
is there a way to modify it so I can look for the slug instead ID value?
'terms' => 'senior-management',
(Sorry, I am not a backend coder, I know my logic here may be wrong)
Thanks!
Joe C.