Liveramp Blog Categories
use for getting related posts on liveramp blog
$tax_query = array( array( 'taxonomy' => 'blog_categories', 'terms' => '$term_id', ), );
use for getting related posts on liveramp blog
$tax_query = array( array( 'taxonomy' => 'blog_categories', 'terms' => '$term_id', ), );