Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sc_attached_to

$meta_query = array(
	array(
		'key'     => 'sc_attached_to',
		'value'   => '$current_category',
	),
);