![]() |
|
How to remove the rel="nofollow" from internal links - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: How to remove the rel="nofollow" from internal links (/thread-11591.html) |
How to remove the rel="nofollow" from internal links - hackysack - 2014-01-21 Hello guys - I don't want to have the rel="nofollow" on the internal links. I've found the ones I want to remove, and they are in the zp-core/template-functions.php file. In researching this on your site, it seems that the theme's functions.php is the place to override this, and a line or few of code there would make the change I'm looking for. However, I'm not sure if this is correct, nor do I know how to accomplish this minor change without tampering with a core file. Thanks for any info you can provide. How to remove the rel="nofollow" from internal links - acrylian - 2014-01-21 Which internal links are you referring to exactly? GEnerally if a standard function does not fit your puporse, create your own custom one and place it in the theme's functions.php. Generally most functions come with a get (pure data) and a print (prints html stuff) variant. And there is always the object model to do really custom stuff as well. |