Skip to content

Instantly share code, notes, and snippets.

@antonioanerao
Created September 10, 2019 12:08
Show Gist options
  • Save antonioanerao/5a0f2bc5c2d96a19da9f2eac8b400387 to your computer and use it in GitHub Desktop.
Save antonioanerao/5a0f2bc5c2d96a19da9f2eac8b400387 to your computer and use it in GitHub Desktop.
Listar categorias wordpress
<?php wp_list_categories(array('show_count' => 1, 'title_li' => __( 'Categories' ) )); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment