• I am trying to understand the code in the side bar so that I can ‘model it in my own image’. I am using the dxx theme as a base. I have 3 questions:
    1) In the categories I want to include my own bullets instead of the >>. Where do I find the code to change it?
    2) I also want to be able to assign different bullets to each level. Is this possible? and if so how do I do it.
    3) In the original dxx theme the line that displays the categories is shown as
    <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>'
    I have replaced it with
    <?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=1′); ?>’
    so that I can have hierarchical cats. I would like to know what the different arguements are to the list_cats function in the original are. However I can find neither list_cats or wp_list_cats. Can someone tell me where they are?
    Thanks
    TJ

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deconstructing the sidebar’ is closed to new replies.