Olá Evelling,
instalei este plugin, mais não sei como ele funciona.
Abraços,
Marcelo Wanderley
Pessoal consegui…
é só usar o taxonomy assim..
Categorias=video
<?php $loop = new WP_Query(); $loop->query('post_type=midia&posts_per_page=3&<strong>Categorias=video</strong>'); ?>
<?php while ( $loop->have_posts() ) : $loop->the_post();
?>
# <?php the_title(); ?>
<?php endwhile; ?>