mimv
Forum Replies Created
-
Forum: Plugins
In reply to: [Airpress] Anyway to get record numbers from inside a virtual postIT WORKED 🙂
Thank you… I wish you document this amazing tips.Forum: Plugins
In reply to: [Airpress] Anyway to get record numbers from inside a virtual postThank you, Is there anyway to get single item from array via {{images|url}} something like do {{images|url single}} ?
I know you can do that by [apr field=”images|url” single] but I want use {{ }}
Forum: Plugins
In reply to: [Airpress] Anyway to get record numbers from inside a virtual postThank you for the super fast reply, also thank you for the amazing plugin
We use your plugin on non profit organization website that try to find lost kids and return them back to there family.It’s in Arabic 🙂 But you will understand the idea
http://www.atfalmafkoda.com/cases/It will be nice if you can put this useful shortcode on your next update.
One more thing…
I can get the airpress data if I use
[apr field=”Name”]
But I can not get the data if use
{{Name}}Unless I add
[apr_loop]
{{Name}}Is there a way to use {{Name}} without [apr_loop]
I can not use [apr field=”Name”] sometimes because the wordpress theme have shortcodes and I notice it does not work if I add shortcode inside shortcode like this…
[fusion_imageframe image_name=”[apr field=’Name’]” image_url=””]So I must use this
[fusion_imageframe image_name=”{{Name}}” image_url=””]Thank you