iPascalCase
10/12/2017 - 8:20 PM

displaying the catogories of wordpress as a list

displaying the catogories of wordpress as a list place it where ever you wanna show a list of categories

<?php wp_list_categories( array(
        'orderby' => 'name'
    ) ); ?>