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