Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jdinh0608

    (@jdinh0608)

    The code i used was

    <?php if(is_page('Test')) { ?>
    <div class="entry-content">
    <?php wp_list_categories( $args ); ?>
    </div>
    <?php } ?>

    Although yesterday I switched to a plugin called Mutli Column Category for cosmetic purposes. I just simply input the call command in a page, and the plugin will list all the categories in alphabetical order in that page.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

Viewing 1 replies (of 1 total)