Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Rozetliler

$tax_query = array(
	array(
		'taxonomy'         => 'odul',
		'terms'            => array( 'cok-degerli', ' editorun-secimi' ),
		'operator'         => 'IN',
	),
);