Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • How do I create a custom order for list-categories? orderby doesn’t work at all. It still outputs according to id number. What if I want to output like this:

    <?php wp_list_categories(‘orderby=7,1,4,5,6,9,33&include=7,1,4,5,6,9,33&exclude=10&title_li=’ . __(‘The Category List’)); ?>

    As it is, it outputs as: 1,4,5,6,7,9,33, but I want it to output like this:

    7,1,4,5,6,9,33 – NOT 10

    Any suggestions?

    Thread Starter airbrushtour

    (@airbrushtour)

    A few minutes after I posted this, I found an answer on another forum. I’ll post it here in case someone else needs it. This saved me.

    “I got WordPress to rebuild the .htaccess file, fixing the links into the “wordpress” directory, by loading Options > Permalinks then clicking on the “Update Permalink Structure ?” button (it was not necessary to actually make any changes, only to click on the button).” from: https://www.dvdguide.com/blog/category/wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)