obitches
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One user can’t commentSoaked, did you get this fixed? I’m having the same problem.
Thanks!
Elly
OBitches.comForum: Fixing WordPress
In reply to: http://hostingprod.com/js_source/geov2.js ???Yahoo! Small Business, but I’ve used them for two months and this never happened up until last week.
Forum: Fixing WordPress
In reply to: http://hostingprod.com/js_source/geov2.js ???How can I prevent it from being added to the end of posts?
Forum: Fixing WordPress
In reply to: Adding links to blog…My blog just all of a sudden started adding this code to the end of our posts:
<script language="JavaScript" src="http://hostingprod.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript />
It is messing everything up due to the <noscript /> part, so we’re having to go back and edit every single post after it’s posted.
Why is it doing this? How can I prevent that code from being added to the end of posts??
Thanks!
Elly
OBitches.comForum: Installing WordPress
In reply to: Comments author’s nickname, not name typed in name fieldNevermind. I fixed it.
Solution:
In wp-comments-post.php, change line 29 & 30 to read:
$comment_author = trim($_POST[‘author’]);
$comment_author_email = trim($_POST[’email’]);Thanks anyhow,
EllyForum: Plugins
In reply to: Links sort order forcedRik: your suggestion of get_linksbyname (…..id…) worked PERFECTLY! Thanks!
Forum: Fixing WordPress
In reply to: html code displayed on page – help!What if you wanted to take those out?