Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query_ads

// WP_Query arguments
$args = array (
	'post_type'              => 'publicidad',
	'orderby'                => 'rand',
);

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