Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

[Article List by Website] Tax_Query_Generator => All Categories

$tax_subject_query = array(
	array(
		'taxonomy'         => 'category',
		'field'            => 'name',
		'operator'         => 'IN',
	),
);