jenjohn
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] using [if] to compare datesThanks, Elliot. This worked wonderfully! I dropped the time from the date format because I’m working with dates only. Thanks again for the awesome plugin and the great support always.
Forum: Plugins
In reply to: [Custom Content Shortcode] using [if] to compare datesHey Elliot, just following up to see if you have a solution for this yet. Thanks!
Forum: Plugins
In reply to: [Custom Content Shortcode] Issue with custom link fieldsAwesome! Thanks for the heads-up and for all the great support.
Forum: Plugins
In reply to: [Custom Content Shortcode] Issue with custom link fieldsNot sure if this is valid use of the shortcode, but a workaround that seems to work is to use [pass] inside [loop]:
[loop...] [pass fields='mylink,title'] <a href='{MYLINK}'>{TITLE}</a> [/pass] [/loop]So far it takes care of all the lingering issues with links and shortcodes. Do you see any potential issue with doing it this way?
Never mind. I found my problem. I changed the [if] to this and it seems to work:
[if pass='{MYSERIES}' empty='false']DEFINED[else]UNDEFINED!!![/if]
Thanks.Never mind. I figured out the issue. I don’t understand why it would work one way on one page and another way on another, but specifying date format in my shortcode fised it.
Forum: Fixing WordPress
In reply to: Get field names of custom typeThanks!