How to remove the rel="nofollow" from internal links

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.

Comments

  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.