DavidCramer / pods-frontier

Creates advanced view templates for displaying Pod data on the front end via a Shortcode.
42 stars 6 forks source link

[if] shortcode does not work for an image field #44

Open kricou opened 9 years ago

kricou commented 9 years ago

My simple template : [if photo] <div class="img">{@photo._img.medium}</div> [/if]

Photo is never displayed.

pmsteil commented 9 years ago

Also encountered this bug...

[if photo] {@photo._img} [/if]

outside: {@photo._img}

The image will only be displayed the 2nd time...

Lucbug commented 8 years ago

Also encountering this issue. Anyone found a workaround ?