• Resolved magic5227

    (@magic5227)


    Hello,
    I was wondering if anyone knows how I can stop my Blix wordpress blog to not make the categories alphabetical. I numbered them correctly when I made them but then they shown up a to z from top to bottom instead of when I created them.

    http://www.skidmorenews.com

    thanks

    News
    Cover Story
    Features
    Arts and Entertainment
    Sports
    Opinion
    Fun

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter magic5227

    (@magic5227)

    got it, nm.

    for those who need to know how as well, change in the sidebar.php

    <h2>Categories</h2>

    <ul class=”categories”>
    <?php wp_list_cats(‘sort_column=ID&hide_empty=0’); ?>

    change the sort_column=name to
    sort_column=ID

    This is really helpful 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories, can I make them not alphabetical?’ is closed to new replies.