• Resolved ayne468

    (@ayne468)


    I have a small problem and was wondering if anyone can give me some insight on how to solve it! The situation is this:
    On my left hand sidebar on my blog there are several headings,of which the first two are “About” and “Categories”.
    I do not want either of these headings to be a link, just the words underneath them. For example, under “About” is my blog description (which is linked), and under “categories” are the various topics covered on my blog (and these are also individually linked). However, what has happened is, I have linked the blog description as I mentioned, and for some reason it has automatically made the word “categories” underneath into a link to the same page. My question is, how do I keep my blog description linked but stop the word “Categories” from being a link?

    I hope I have explained everthing clearly enough, and would really appreciate it if someone could take the time to help me. Thanks Heaps:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ayne468

    (@ayne468)

    I will paste a sample from my sidebar editing sheet, with the hopes that it may make it easier for someone to point out to me exactly what I need to do:

    <!– begin sidebar –>
    <div id=”side2″>

    <?php if ( !function_exists(‘dynamic_sidebar’)
    || !dynamic_sidebar(1) ) : ?>

    • <h2><?php _e(‘About’); ?></h2>
      <li id=”about”><link to page is within these brackets><?php bloginfo(‘description’); ?>

    <li id=”categories”><h2><?php _e(‘Categories’); ?><stat></h2>

      <?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>

    It may be that you don’t have the link closing tag in
    <link to page is within these brackets>.
    Should be something like this:
    <a href="http://your.link">About</a>

    Thread Starter ayne468

    (@ayne468)

    Yep you were absolutely right!Thanks heaps:)

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

The topic ‘How Do I Stop This Link?’ is closed to new replies.