portermonkey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: G-webmaster says I got duplicate tagsCan anyone please help me figure this out?
Why are there 2 versions of these pages being created? and because of this i am seen as having duplicate content.
nobody has any input?
Forum: Fixing WordPress
In reply to: G-webmaster says I got duplicate tagsThanks for replying,
yeah, I have “all in one seo” and that is it.
It creates tags for posts which i prefer. what else id creating tags? native WP? how would I disable that and just use SEO plugin?
thanks
Forum: Themes and Templates
In reply to: Rounded corners and Internet ExplorerI guess I ask the wrong questions here?
Anyway I got this all worked out.
If you are into tweaking/altering your twenty ten theme I found this guy here who was a huge help for me.
cheers
Forum: Fixing WordPress
In reply to: Hod do i change the link border color whenIt works, I just needed to omit the “‘” from the code.
thanks Esmi, you da best
Forum: Fixing WordPress
In reply to: Hod do i change the link border color whenhmm, i changed it to black and it did not change.
Forum: Fixing WordPress
In reply to: remove page labels (not tabs)I resolved this issue in this thread HERE
Forum: Fixing WordPress
In reply to: Remove site title from footershould it not be :
#site-info a { display: none; }
Forum: Fixing WordPress
In reply to: I cannot find a reference to a bad link in blog codei’m puzzled too. Googlebots found it. I am not worried a visitor will ever find it.
I will try doing a “remove url” in webmaster tools.
I am mostly puzzled why a 301 does not work?
anyway i will not trip out about it unless it keeps happening.
Most of my problems were from the attracta sitemap and I am glad that is resolved, hopefully.
thanks
Forum: Fixing WordPress
In reply to: I cannot find a reference to a bad link in blog codeAhhh,thanks any ideas about what i can do about this?
<edit> for some reason redirects do not work?
Forum: Fixing WordPress
In reply to: Googlebot keeps finding broken linksI have figured out that there are bad links and references to my old domain name in my xml sitemap. And it was pointed out to me on google webmasters forums that my sitemap is from attracta and hosted there. I guess when i signed up with my server this happened. how can i get rid of this sitemap and gereate a new one?
Forum: Fixing WordPress
In reply to: Remove the page name label from the pageI only want it to work on that page. Is that a problem? does the “page id” # change or something?
Forum: Fixing WordPress
In reply to: Remove the page name label from the pageI added the page id to the code so i put:
.page-id-135 h2.entry-title { display: none; }
In and it seems to be working. Is there anything I should be worried about doing this? I have no idea what I am doing?
thanks to anyone reading down the thread this far and giving me some feedback
Forum: Fixing WordPress
In reply to: Remove the page name label from the pageOk this is not resolved.
The <h2> tag also controlled the title the first post on the blog page. So by getting rid of the “Home” label I also got rid of the title to the first post on my blog page..not good.
Is there a way to differentiate the two?
Forum: Fixing WordPress
In reply to: Remove the page name label from the pageThought I would post this here incase anyone is searching with the same issue. I found a much safer and easier way than altering my page.php.
The label I wanted remove was the “home” label from my front page. I could have just not named the page and it would not be there but then in my html sitemap the home page would not be there.
so I added this to my child theme:
h2.entry-title { display: none; }
I got the idea from here on the WP.com site. I just changed the h1 to a h2.