![]() |
removing nofollow from functions.php
After reading the recent change that Google and other search engines changed the ability of nofollow to "PR shape" your site, I like to disable nofollow. Anyone know how I can do it? I broke my site when I tried editing functions.php by adding "/*", "*/", " in front of <a and after href="'; surrounding the nofollows
Code:
if (strlen($_GET['p']) > 0) { |
Re: removing nofollow from functions.php
Hi,
This is PHP code, not HTML, which is why what you tried broke your site. Just remove rel='nofollow' from the functions.php code you posted. Hope this helps. |
Re: removing nofollow from functions.php
If I want to remove the "Read more" link completely do I edit the functions.php or the page, index, and home files?
|
Re: removing nofollow from functions.php
You would need to remove it from the functions.php code.
|
| All times are GMT -5. The time now is 07:15 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.