Created
September 10, 2019 12:08
-
-
Save antonioanerao/5a0f2bc5c2d96a19da9f2eac8b400387 to your computer and use it in GitHub Desktop.
Listar categorias wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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