Preview:
<?php $the_query = new WP_Query( array( 'post_type' => 'Adverts',
'tax_query' => array( array ( 'taxonomy' => 'advert_tag', 'field' => 'slug', 'terms' => 'politics', ) ), ) );
while ( $the_query->have_posts() ) { $the_query->the_post(); ?>


<a href=””><?php the_title(); ?></a>

<?php endwhile;
 } wp_reset_postdata(); ?>

downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter