Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Liveramp Blog Categories

use for getting related posts on liveramp blog

$tax_query = array(
	array(
		'taxonomy'         => 'blog_categories',
		'terms'            => '$term_id',
	),
);