Dynamic Inline HTML Inserts
-
My WordPress site is the front end of a forum. We have have numerous inline html snippets used throughout the website. The inline html is updated every hour. The challenge is the translations is not catching the updates.
I use the following block to insert the dynamic text: [inline_html file=”my-filename.php”]
Sample page: https://lotuselan.net/lotus-elan-series-2/ Look at the Current Discussions in the right sidebar. When you switch between English and French: the French version was cached when the AI translation occurred. The English version is showing in real time.
Is there a way to flag a dynamic insert not to be cached?
Is there a way to flag a different inline html file based on desired language? i.e. if lang=ja file=myfile_ja
Is there a way to flag a dynamic insert to be retranslated on a shorter cache duration than 14 days?
Thank youThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.