• Resolved hazelbug

    (@hazelbug)


    Hi

    I can’t find out what is calling/creating the top “Home” link in the left sidebar. Anyone know where I can find it and delete it from showing?

    crashproofportfolio.com [Ad-infested Domain Parking Page]

    Let me know if you need any more information than what I provided.

    Thanks very much.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Get this spamtastic piece of crap out of here.

    Thread Starter hazelbug

    (@hazelbug)

    are you kidding? this isn’t spam. I am legitimate when i say I can’t find out how to get rid of that top “Home” link.

    It’s not showing in my pages and I don’t see it hardcoded in the page template.

    This is a real site that I am working on for my company.

    If you notice there are 2 home links on the left. I can’t seem to get rid of them.

    Thread Starter hazelbug

    (@hazelbug)

    If you like, I will be more than happy to delete this post once someone is able to help me?

    Chrisber is talking about the stupid godaddy parking page that you linked to.

    Thread Starter hazelbug

    (@hazelbug)

    I don’t know why it’s linking to that – it’s not on my work computer. I will check with my IT dept to figure that out.

    In the meantime, I can post code if someone knows what part of the code they need to see that think would be creating this double-link.

    I’ll try to describe:

    I created static pages (Home, About, Sign Up). I don’t need a blog on here so I set the home page to be the “home” static page.

    When I look at my page, it has “Home, Home, About, Sign Up” listed. Both Home links go to the same page.

    When I created the pages – there is not 2 “Home” static pages. I don’t know where to find out why this is pulling it.

    I looked in the “page template” “header” files… but don’t see anything – I am a novice PHP user.

    Any suggestions?

    Try looking in the sidebar.php file of the theme. Maybe it has both a link to Home and a tag for listing pages in which case it would display Home twice.

    Post the code for your sidebar.php if you don’t understand and I’ll take a look.

    Thread Starter hazelbug

    (@hazelbug)

    Thank you – this is the code. I don’t see a link in there:

    <div id="extras">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Right Sidebar') ) : else : ?>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    <h2>Categories</h2>
    <ul>
    <?php wp_list_cats('sort_column=name&list=1&optioncount=0&hierarchical=1&children=1&hide_empty=1&feed=RSS'); ?>
    </ul>
    <?php get_calendar(1); ?>
    <h2>Tags</h2>
    <ul>
    <li><?php wp_tag_cloud('unit=em&smallest=0.8&largest=1.8&number=40'); ?></li>
    </ul>
    <?php wp_list_bookmarks('title_li=&category_before=&category_after=&show_images=0&show_description=0'); ?>
    <?php wp_meta(); ?>
    <?php endif; ?>
    </div>

    My bad. See below.

    You should find a line of code in your sidebar.php file that looks something like this. Delete the code and the extra “Home” link will go away.

    <li class="page_item"><a href="<?php echo get_settings('home'); ?>">Home</a></li>

    Anything else you need to know is here https://codex.www.ads-software.com/Template_Tags/wp_list_pages

    I can’t find that in the sidebar.php – anywhere else it could be?

    Are you using the Page widget to display your page links?

    I found it! It was under the “Theme Functions”

    Thank you very much!

    Thread Starter hazelbug

    (@hazelbug)

    whoops – I logged in under my old name.

    Thanks again and sorry for the webpage mishap – we are not live yet but I didn’t realize that.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can’t Get Rid of “Home” Link’ is closed to new replies.