Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
450 views
in Q2A Core by
want to add rel="nofollow" to login link, where do I add it in the code?

 

thanks

1 Answer

0 votes
by

In your advanced theme, override the nav_link() function. You can either add rel=nofollow directly, to apply it to all links, or add a clause that checks if $navlink['label'] is equal to "Login".

...