=== Content No Cache === Contributors: giuse Tags: dynamic content, content no cache Requires at least: 4.6 Tested up to: 5.9 Stable tag: 0.0.2 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Serve updated dynamic content even when you add it to a page that is served by the cache. == Description == Normally, if a web page is served by the cache, its content will be always the same until the cache is deleted. By adding the content with the shortcode provided by this plugin you will be able to show dynamic content even on pages served by cache. == How to show dynamic content with full page cache == * Install Content No Cache * Create a new element "Content No Cache" * Copy the shortcode that you will see in the section "Shortcode". It will look like [content_no_cache id="3328"]. The parameter "id" is the ID of the content element (in this example 3328). * Add the shortcode to the page where you want to display that content. == Compatible caching plugins tested with Content No Cache == * W3 Total Cache * WP Fastest Cache * WP Optimize * Comet Cache* * Cache Enabler * Hyper Cache * WP Super Cache * LiteSpeed Cache * SiteGround Optmizer All of those caching plugins are compatible with Content No Cache. If your favorite caching plugin is not compatible for any reason, let us know it == Main features == * Ultralightweight plugin. The few lines of code will run only where you add the shortcode. * No jQuery, no JS libraries, only a couple of lines of pure JavaScript * No database queries, no HTTP requests, no bloat * With a few line of ultralight code you can fully cache the page even if you need dynamic content on that page * It provides a shortcode, so you can add it everywhere, no matter the builder == Example == You can see Content No Cache in action visiting the blog post Exclude specific content from being cached. You will see a number that is always different when you refresh the page. But the page is served by full page cache. In the example it's just a number, but you can output whatever content you want. == Help == If something doesn't work for you, don't hesitate to open a thread on the Support Forum == Changelog == = 0.0.2 = *Fix: semicolon after content = 0.0.1 = *Initial release