StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-18-2008, 04:30 AM
ukbob ukbob is offline
Registered User
 
Join Date: Oct 2008
Posts: 39
Default Category order on Nav Bar

I want to alter the alphabetical order of my category buttons. Is the correct way to do this to change from using the 'exclude' approach to the 'include' code. That is, instead of:
Code:
<?php wp_list_categories('sort_column=name&title_li=&depth=2&exclude=X,X'); ?>
which shows everything except what I want to suppress, I would replace it with:
Code:
<?php wp_list_categories('sort_column=name&title_li=&depth=2&include=4,15'); ?>
and this would only show the categories that I want displayed - but in the order that I enter the ID numbers?

Al suggestions gratefully received!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Order yssr83 General Discussion 3 02-02-2010 11:33 AM
Sub Nav bar and Category Order thenewmediastudio General Discussion 3 10-05-2009 11:36 AM
Category Order Lin General Discussion 4 07-24-2009 12:43 AM
Category Order beoleary General Discussion 1 06-24-2009 05:27 PM


All times are GMT -5. The time now is 04:29 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.