Viewing 5 replies - 1 through 5 (of 5 total)
  • If the theme you’re using has a sidebar.php template, then it’s likely you’ll find the template tags for them there, and from which you can edit them out.

    Thread Starter anthonyqkiernan

    (@anthonyqkiernan)

    You would think so, wouldn’t you? The tag in the side bar is:

    <?php wp_list_cats(‘sort_column=name&optioncount=0&hierarchical=0’); ?>

    Thread Starter anthonyqkiernan

    (@anthonyqkiernan)

    Hmmm. Where went the rest of my post? Anyhoo

    It appears to stick the tags in in templates-functions-categories.php Managed to remove them completely (search & replace), but couldn’t find from where to replace them with a line break

    Thread Starter anthonyqkiernan

    (@anthonyqkiernan)

    Just in case anyone wanders in here

    <?php wp_list_cats(‘sort_column=name&optioncount=0&hierarchical=0&list=0‘); ?>

    Thread Starter anthonyqkiernan

    (@anthonyqkiernan)

    Hmmm. that should be “list=0”

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Sidebar List Tags’ is closed to new replies.