hello,
I am trying with the help of conditional to be able to create a post with a title linking to a wbesite .
here is my code :
<h2 class="post_title">
<a href="http://{if">{title}</a></h2>here is how it look in the source code when the condition is met :
<h2 class="post_title">
<a href="http://a">http://surya-world.org</a>" alt="permalink to another test">another test</a>
</h2>the problem is that Expressionengine add an a href tag the the custom field {direct-url} even when I have default text formating to NONE. I would like to have the raw data from the custom field is that even possible when it’s a URL ? If not how could i go about this ?
Thanks
Best regards