0

I am trying to build a website using wordpress and m using the Unyson plugin for creating the pages, it provides the 3 Cols Block in the visual page builder but the blocks are not clickable, is there any way to make them clickable or any way to add a link in the text as when I try to add the link using href, it does not parse the html and displays the html code as it is.This is the code snippet:

<a href="https://www.google.com/">Visit our HTML tutorial</a>
Jyothi Babu Araja
  • 10,076
  • 3
  • 31
  • 38
  • This is not an exact duplicate as the HTML is probably not encoded in JavaScript but in PHP. A second possibility would be to avoid encoding the HTML in PHP instead of decoding it with Javascript. – Blackbam May 19 '17 at 13:39
  • yes exactly I need to avoid the HTML encoding, is there any way to do that? Also since I am using WordPress and it is not having a rich editor to segregate html from plain text to I can not begin php either as it would encode the"<" – Harsh Butani May 22 '17 at 04:40
  • Probably better you ask a new question and clarify what you want as a moderator has closed it. – Blackbam May 22 '17 at 16:34

0 Answers0