hazelbug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I make a link in my posts open in a new window?In the “add link” window, right underneath where you add the url you will see “target”. Select “open in a new window”
Forum: Fixing WordPress
In reply to: Page showing child pagesThere is a plug in that I found. I haven’t used it so I don’t know how good it is.
https://www.ads-software.com/extend/plugins/ryans-suckerfish-wordpress-dropdown-menu/Forum: Fixing WordPress
In reply to: Next Gen Gallery not working when Site Pal addedHi – was wondering if any one could suggest another place for me to find out why this is happening? I don’t mind digging up the info, just don’t know where to look?
Thanks!
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” Linkwhoops – 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.
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” LinkThank 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>
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” LinkI 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?
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” LinkIf you like, I will be more than happy to delete this post once someone is able to help me?
Forum: Fixing WordPress
In reply to: Can’t Get Rid of “Home” Linkare 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.
Forum: Fixing WordPress
In reply to: Adding a tracking scriptand then it will generate on each page, right?
Forum: Fixing WordPress
In reply to: Moving WordPress – showing invisible filethanks. that’s annoying ??