Shortcodes and Processing Dynamic Data
-
I have 2 questions:
- Does the query loop block process shortcodes? I created a query loop to display a custom post type and inserted a shortcode in it but it doesn’t display the shortcode value. I know it’s working because I use it in the single post template and it displays it just fine, but not inside a query loop.
- Is there a filter I can use to modify the date format that’s fetched using dynamic data? It’s set by another plugin (not ACF) and it’s only saved using Y-m-d but I want to display it using F d, Y format. I initially thought of using a shortcode but no shortcodes seem to be processed inside the query loop. What would you suggest is the best way to modify the date format in this scenario?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Shortcodes and Processing Dynamic Data’ is closed to new replies.