• I have this snippet:

    [pass global=_GET fields=tag][loop type=post tag={TAG}]<div style="float: left; min-width: 283px; max-width: 283px; min-height: 305px; padding: 0 15px 0 15px; font-size: 14px; line-height: 21px;"><a href="[field url]">[field image width=283 height=202]<br clear=all><p style="margin-top: 8px;">[field title]</p></a></div>[/loop][/pass]

    it used to work on the 3 sites (3 languages) where used, until some days ago. The [field url] return the url of the page where there is the snippet and not the one referred to in the loop. The strange thing is that if I put [field url] outside the A tag, it works!!

    Please, I’m going crazy….

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    I had the same problem, and I came here to look for the solution. Thanks to you I found it.

    when you said “The strange thing is that if I put [field url] outside the A tag, it works!!”

    I tested the link without the quotation marks (“”) and it worked.

    Then:
    Doesn’t Works:
    <a href="[field url]">Read More</a>

    Works:
    <a href=[field url]>Read More</a>

Viewing 1 replies (of 1 total)

The topic ‘field url stopped working’ is closed to new replies.