Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_artists_news

// WP_Query arguments
$args = array(
);

// The Query
$tax_artists_news = new WP_Query( $args );