Código PHP:
Ver original
<?php //listar todas las tags con el número de entradas $taxonomy = 'post_tag'; $terms = get_terms( $taxonomy, '' ); if ($terms) { foreach($terms as $term) { } } } ?> </ul> </div> </div> <?php get_footer(); ?>