Greenguy's Board WebcamWiz CRAZY $5,000 Reward Bonuses

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-04-18, 03:58 AM   #1
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Turn off nofollow in WP?

Some people here have demonstrated an interest in establishing a blogging community. The easiest way to do this is leave comments on each others' blogs and to give them motivation to leave comments on yours with SE friendly backlinks.

Unfortunately, by default Wordpress has comments set to "nofollow" (I'm posting this because I just recently learned this myself - sorry to those who've left comments in the past ). WP doesn't have an option in the admin to turn this off so to change that you'll have to edit your code.

Edit: hony suggested a better way using the plugin dofollow.

How to disable "nofollow" comments in WP:

1. Open the wp-includes/comment-function.php file.
2. Do a find for "nofollow" in notepad, or whatever code editor you use.
3. Edit the line

Code:
$return = "<a href='$url' rel='external nofollow'>$author</a>";
change it to

Code:
$return = "<a href='$url' rel='external'>$author</a>";
4. Update the file on your server.
5. Give and get comments.

If you're worried about comment spam I've heard numerous people mention they're more than satisfied with Akismet. It's free and easy.

Pleasant blogging.

~
__________________
~Warm and Fuzzy.

Last edited by virgohippy; 2007-04-18 at 04:24 AM.. Reason: Better way to do it. Doh!
virgohippy is offline   Reply With Quote
Old 2007-04-18, 04:06 AM   #2
hony
If something's hard to do, then it's not worth doing
 
Join Date: Dec 2004
Posts: 249
There is a plugin called 'dofollow' for those who don't want to edit the code.

http://wp-plugins.net/plugin/sem-dofollow/
hony is offline   Reply With Quote
Old 2007-04-18, 04:22 AM   #3
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Now that takes the steam out of most of my thread.

Thanks for the suggestion hony. My code is back to normal and the plugin works just fine.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2007-04-18, 04:52 AM   #4
hony
If something's hard to do, then it's not worth doing
 
Join Date: Dec 2004
Posts: 249
Sorry that's me -- whenever I try to be helpful I'm just irritating! :-/
hony is offline   Reply With Quote
Old 2007-04-18, 09:42 AM   #5
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
Quote:
Originally Posted by virgohippy View Post
Now that takes the steam out of most of my thread.

Thanks for the suggestion hony. My code is back to normal and the plugin works just fine.
I use the plugin cause I was too lazy to look through the code. I'd personally prefer the edit code mode as that's one less plugin to run. So I still thank you for posting the code mod.

For those who would want to use the do follow plugin I posted the link.
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2007-04-18, 02:36 PM   #6
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Quote:
Originally Posted by walrus View Post
I use the plugin cause I was too lazy to look through the code. I'd personally prefer the edit code mode as that's one less plugin to run. So I still thank you for posting the code mod.
If you don't mind keeping detailed notes of all hacks, which saves you hours of wasted "What the fuck?" time when you do upgrades.

I like using Plugins that other people have already written. Nothing beats add and forget.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2007-04-18, 03:12 PM   #7
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
Quote:
Originally Posted by virgohippy View Post
If you don't mind keeping detailed notes of all hacks, which saves you hours of wasted "What the fuck?" time when you do upgrades.

I like using Plugins that other people have already written. Nothing beats add and forget.
I'm no where near that organized but I do at least have a good enough memory when 9 months down the road I want to hack another blog up I'll know to search posts here from virgohippy.
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2007-04-18, 04:41 PM   #8
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,929
So, if you have a good comment spam filter like Akismet you would recommend using that plugin?
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote
Old 2007-04-18, 04:55 PM   #9
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
The short answer is yes but unless you are actively participating in doing comments with people it really doesn't matter.
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2007-04-18, 09:29 PM   #10
hony
If something's hard to do, then it's not worth doing
 
Join Date: Dec 2004
Posts: 249
That's funny, I actually write my own plugins to avoid hacking the code. I have no hope of remembering everything I've done.

Now PHPBB -- now that's a different story; my own hacked code base is totally out of control. I cringe every time a security update comes out and I have to integrate it with my version.
hony is offline   Reply With Quote
Old 2007-04-20, 10:59 AM   #11
oldbrad
It is better to watch things then to do them
 
oldbrad's Avatar
 
Join Date: Nov 2006
Location: oregon
Posts: 485
Send a message via AIM to oldbrad Send a message via Yahoo to oldbrad
Is the nofollow default on blogroll? I have some trades and don't want to be unknowingly nofollowing them, but i have searched se's to see my links to them and can't find any, but i cant find any code that says nofollow either.
__________________
Help MrMaryLou
Link to his Chubby TGP & Chubby Links on your sites and blogs.
oldbrad is offline   Reply With Quote
Old 2007-04-20, 12:22 PM   #12
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
No the "nofollow" is only a part of comments links.

It originated back before blogging had any means of spam filtering as the blogging brain trust figured that the "nofollow" would discourage spammers as they would not be able to gain link popularity because of it.
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2007-04-21, 03:24 AM   #13
oldbrad
It is better to watch things then to do them
 
oldbrad's Avatar
 
Join Date: Nov 2006
Location: oregon
Posts: 485
Send a message via AIM to oldbrad Send a message via Yahoo to oldbrad
cool. i checked again before i saw your reply. I would have kicked my own ass if it had nofollowed my trades.

Thanks.
__________________
Help MrMaryLou
Link to his Chubby TGP & Chubby Links on your sites and blogs.
oldbrad is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:53 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc