Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Nevyn

    (@nevyn)

    Where do I find?

    <h2>Categories</h2>
    <ul class=”categories”>
    <?php wp_list_cats(‘sort_column=name&hide_empty=0’); ?>

    Can I just delete that?

    Thread Starter Nevyn

    (@nevyn)

    This is the link

    http://www.woodlandstar.net/WSblog/

    The theme is the-glass-people-20

    I made the blogroll category a child to uncategorized. At least it gets it out of the way. But I would really like to get it off the side bar.

    I have the same problem and there is no straight answer I can find in support. I am not a programmer so if you can answer this please use simple terms.

    Exactly how do you modify the sidebar? My side bar is as follows:

    <hr class=”low” />

    <!– subcontent …………………………… –>
    <div id=”subcontent”>

    <h2>Categories</h2>
    <ul class=”categories”>
    <?php wp_list_cats(‘sort_column=name&hide_empty=0’); ?>

    <h2>Links</h2>
    <ul class=”links”>
    <?php get_links(‘-1’, ‘

    • ‘, ‘
    • ‘, ”, 0, ‘name’, 0, 0, -1, 0); ?>

      <h2>Recent Posts</h2>
      <ul class=”posts”>
      <?php BX_get_recent_posts($p,10); ?>

      <?php if (is_page(“archives”) || is_archive() || is_search() || is_single() ) { ?>

      <h2>Calendar</h2>
      <?php get_calendar() ?>
      <?php if (!is_page(“archives”)) { ?>

      <h2>Posts by Month</h2>
      <ul class=”months”>
      <?php get_archives(‘monthly’,”,”,’

    • ‘,’
    • ‘,”); ?>

      <?php } ?>

      <h2>Posts by Category</h2>
      <ul class=”categories”>
      <?php wp_list_cats(‘sort_column=name&hide_empty=0’); ?>

      <?php } ?>

      <h2>Meta</h2>
      <ul class=”feeds”>

    • “>Entries (RSS)
    • “>Comments (RSS)
    • </div> <!– /subcontent –>

      Thank you for any help you can give me.

    Forum: Fixing WordPress
    In reply to: Blogroll
    Thread Starter Nevyn

    (@nevyn)

    I placed it as a child to Uncategorized. At least it is a bit out of the way, but I would really like to delete it from the list of Categories. I looked at the side bar but there is nothing obvious about where this gets plugged in.

    Also, if you look up under search ‘remove blogroll’ you find others who have had the same problem. If there is a solution is must be very complicated.

    Forum: Fixing WordPress
    In reply to: Blogroll
    Thread Starter Nevyn

    (@nevyn)

    Blogroll is listed as a category. It is on the side under the title Category. How do I get it out of there?

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