How using this with an existing shortcode ?
-
Hello dear Jose;
First of all I’d like to thank you for this smart plugin. Excellent idea and it looks exactly like what I need. Here is my issue:
I am using WP-Rocket that is caching my website fine but… Unfortunately when it serves my pages where there are images I have created with the famous Essential Grid Plugin, the images are not shown :/
I am already using a shortcode [ess_grid alias=”xoxis”] to place my Essential Grid Carousel in the page which is the element I would like to make “no-cache” using your plugin, preventing WP-Rocket from caching it…As it is a dynamic php page, I use this shortcode like this:
echo do_shortcode('[ess_grid alias="xoxis"]');
I have also created a shortcode using your plugin [content_no_cache id=”11988″]
But I did not understand how to use this 2 shortcodes together?
Will it then become something like this: Can this be correct?
echo do_shortcode('[ess_grid alias="xoxis" content_no_cache id="11988"]');
Sorry if what I wrote is ridiculous: I do not know much about coding :/
Can you please show me the way.? Thanks so much for your time. It really means a lot to me. Take care.
- The topic ‘How using this with an existing shortcode ?’ is closed to new replies.