• Hi,

    some of my tags contain point, like 1.7
    In loop function tag=1.7 works fine, these tags are recognized, processed fine.
    In IF function all other tags (with no point) can be used, but tags with point are ignored.

    Why?

    Works fine, lists all (and only) “Astra 1.7 cars”
    [loop type=post tag=1.7 count=10]
    [if tag=astra]
    [field title-link]
    [/if]
    [/loop]

    It gives no result, although there are several posts including both of Astra and 1.7
    [loop type=post tag=astra count=10]
    [if tag=1.7]
    [field title-link]
    [/if]
    [/loop]

    I can short it using [if field=title contains=1.7] cos luckily in my case the tiltes contain these “tags” but with TAG, it doesn’t work why?

    Thanks
    Richie

    • This topic was modified 2 years, 7 months ago by richardtoth.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Point in a TAG problem at IF’ is closed to new replies.