jmraab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add rel=”nofollow” to <!–more–> tag linkOkay, I found the fix for this. Here is what I edited:
in wp-includes/post-template.php I edited line 102 to include class=\”more-link\” within the link structure.
The only problem with this workaround is that whenever I upgrade, I’ll need to also make this hack in the new files. Maybe something for WP developers to consider?
Forum: Fixing WordPress
In reply to: Add rel=”nofollow” to <!–more–> tag linkLet me rephrase. From an SEO perspective, I do not want Google to give any value to the “Read More” link.
The Read More link points here:
http://www.domain.com/post-name/#more-17The problem is that I would need to add some type of /#more wildcard to the robots.txt file, but because each post is unique (/#more-17, /#more-18, etc) I don’t think there is an easy way to do this.
The title already links to the permalink for the post, so I don’t need all of the /#more pages in Google’s index.
Forum: Themes and Templates
In reply to: Add a Logo to the Header in Semiologic 3.2Is there any way in the CSS somewhere to re-position the image? Right now my image is located in the lower left corner of the heading – I would like to move it to the upper right corner.
Forum: Fixing WordPress
In reply to: “Internal Server Error”Well…another interesting turn. I had a chance to look at all of my server errors – and there wasn’t anything in there that would indicate a problem with WP. It’s almost as if the error didn’t happen. There must be a “bug” somewhere in WP…but where I have no idea…
Forum: Fixing WordPress
In reply to: “Internal Server Error”I have requested a copy of the 500 error from my ISP as I am unaware how to check this out. When I get it I will post this thread.
Forum: Fixing WordPress
In reply to: “Internal Server Error”I just did a simliar “test” removing one word at at time to see when it crashes. For me it was the word “form”. If I removed this word from my entire post the Save and Continue Editing features works fine. When I add “form” back in, it crashes.
There is no coding or special characters around form, nothing like (form) or <form>. Just the inclusion of the word is crashing WP and giving me an interal server error. Hmm…this is very weird.
Forum: Fixing WordPress
In reply to: “Internal Server Error”I am having the exact same problem. This just started in the last couple days. I’ve been using WP for almost 2 months now.
Forum: Themes and Templates
In reply to: Insert Static HTML Table Between PostsI think it’s going to work! I just added your code and threw a text link in where the table would go and it is showing up exactly how I wanted it on the site.
Thanks for the help and the quick response!