I am trying to:
We're using custom post types for each Academic program as well as come other custom post types. We're regularly running into what I thought was a caching issue where 404 errors are triggered. However, I have excluded all of those URLs from caching and we are still having the issue.
Link to a page where the issue can be seen:
The Academic programs linked to from hidden link and hidden link
I expected to see:
Academic course post
Instead, I got:
Intermittent but regular 404 errors. When refreshed or site cache cleared, content shows correctly.
Hello,
I have tried both URLs you mentioned above, it works fine, see my screenshot masters-programs.jpg
Is this problem resolved? please let me know if you still need assistance for it.
No, the problem is not resolved.
Your screenshot is from the wrong page - it's the Academic programs linked to from those two links. See screenshot attached.
As I mentioned, it is intermittent but regular 404 errors. When refreshed or site cache cleared, content shows correctly.
Your screenshot does not show 404 errors, I assume we are talking about below URLs:
hidden link
hidden link
hidden link
...
I don't see any 404 errors, see my screenshots
Is there any missing steps? can you point out the problem post URLs?
Yes, those are some of the most problematic URLs. As I mentioned, it is intermittent but regular 404 errors. What I'm trying solve is determining why, at times, these toolset posts are having the 404 errors despite having excluded those URLs from caching. Are there any potential conflicts? I'm using WP Engine for hosting and the client has cloudflare enabled.
Toolset Types plugin is using WordPress built-in function register_post_type() to create custom post types:
https://developer.wordpress.org/reference/functions/register_post_type/
I did not see similar report, there might be other compatibility issue in your website, please try these:
deactivate all other plugins, and switch to WordPress default theme 2023, deactivate all custom PHP/JS code snippets, and test again