Post data from airtable. Drops into WP and creates post.
Format/CSS is not correct. I have to “edit” the post and “republish” and then the CCS and post format resolves.
it seems I’m seeing a cache/asset versioning issue.
ChatGPT indicates this:
Only the timestamps (article:modified_time / dateModified) changed, yet the layout “fixed” after you republished. That means updating the post busted a cache key (or bumped an asset/version query string), so the live page finally loaded the correct CSS/JS instead of the stale copy
The “solution” that Chat GPT recommends is lengthy with a recommendation to create a HTTP module to refresh the CSS and JSON.
Wondering if there are any other solutions to this. Going down a rabbit hole here..
thanks