We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32086
    • 13 Posts
    Hi all,

    I’m using the great Wayfinder for my modx menu and I’d add the tag rel="nofollow" for all my menu link, but I’ve some difficult to find out.

    Is there any help for this ?

    thanks
      • 15987
      • 786 Posts
      just create a chunk named wfRow like this:

      <li[+wf.id+][+wf.classes+]>
      	<a href="[+wf.link+]" title="[+wf.title+]" [+wf.attributes+] rel="nofollow">[+wf.linktext+]</a>
      	[+wf.wrapper+]
      </li>
      


      then add this to your snippet call

      &rowTpl=`wfRow`
        • 32086
        • 13 Posts
        Kylej,

        I’ve tried and thanks it’s perfectly smiley