ssalgado
Forum Replies Created
-
Ah, I found this article that talks about a workaround.
AKdigital, the workaround is essentially using the HTML number for the less than symbol, instead of the Symbol itself.
change this
meta_compare=”<“to this
meta_compare=”<“It’s working for me.
Did anyone figure this out? I’m having the same issue now. Greater than works fine but less than breaks the shortcode.
Thanks aguseo, this has pointed me in the right direction since I am trying to do something similar.
I want to pull the description of each image in the slideshow and have it displayed below the image.
Similar to how imagebrowser pulls the description but I want the functionality of the slideshow. This has been extremely difficult to figure out.
Thanks stiand, I am having trouble converting the timestamp from ‘Ymd’ to ‘d.m.Y’
The function you wrote seems to work but it pulls the wrong value. All my events are pulling the date “January 01, 1970”
Any idea what I could be doing wrong?