I want to set a dynamic links to a no follow link.
How can I do this?
Hi there,
Toolset does not have a tool to add such a thing, but ou can use the Tyeps shortcode to retrieve the same URL and use custom HTML code to add the proper no follow code:
<a href="[types field='url'][/types]" rel="nofollow">Link title</a>
Change the FIELD value in the shortcode to whatever the name of the field you use for the link.
Thanks.
Hi there,
It's dynamic so I need a dynamic link of the current house.
Is this posible?
Hi there,
Yes, you can get the dynamic information easily. Please use the Toolse Fields and Text block. Then you will have a button to get the dynamic data, use that to get the dynamic data you want.
then Check the generated code and you will see the corresponding shortcode.
Just replace [types field='url'][/types] with the code that is generated there.
So the result should be a URL that links to the source you want.
Thanks.
Hi there,
Thanks but it does not work. See the printsreen.
Hi there,
Would you please mark the next reply as private and provide the login information for your website?
Also please tell me which page to check in the dashboard and what should be the dynamic content portion so I can test for you.
Thanks.
Hi there,
Thank you I went to the WordPress Archive clicked on the button in question, Checked the right side sidebar opened the "Layout Customization" panel, scrolled down and there was an option to add a REL attribute.
I added nofollow there and it works ok now in the front end for both buttons.
Please check the screenshot.
Thanks.