Forums

How to delete cateogory from "techy people" theme (8 posts)

  1. zimo.co
    Member
    Posted 1 year ago #

    Hi There

    i have some issuses about removing "all" category from main menu. Can someone help please?

    the site is zimo.co

    thnx

  2. MAS
    Member
    Posted 1 year ago #

    remove wp_list_categories function from header.php file.

  3. zimo.co
    Member
    Posted 1 year ago #

    ok, as soon as i fix my web site, because it crashed from some reason. Thnx

  4. zimo.co
    Member
    Posted 1 year ago #

    i dont have wp_list_categories, i have only this:

    <div id="navmenu">
    <ul>
     <li><a href="<?php echo get_settings('home'); ?>">HOME</a></li>
    <?php list_cats(); ?>
    <?php wp_list_pages('title_li=' ); ?>
    </ul>
    </div>
  5. David Sader
    Member
    Posted 1 year ago #

    http://codex.wordpress.org/Function_Reference/list_cats

    You'll need to update the theme or consider a different theme that has been updated more recently.

  6. zimo.co
    Member
    Posted 1 year ago #

    is there another way to do it, because i really like this theme

  7. David Sader
    Member
    Posted 1 year ago #

    Nope, 2 choices. Fix it yourself, or switch.

  8. MAS
    Member
    Posted 1 year ago #

    your categories are coming from this function <?php list_cats(); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags