Hey @hql sorry to hear this.
Have you tried clearing the permalinks on your site? It’s possible another plugin is not registering their post types properly and causing it to not flush.
Just visit Settings->Permalinks, and hit Save.
While you’re there, also ensure its not on “default” and is using “post name” or similar.
Thread Starter
hql
(@hql)
Hi Josh,
THanks for replying so quickly, this did the trick:
Just visit Settings->Permalinks, and hit Save.
What was the issue and will this ever need to be repeated?
Hey @hql glad to hear its working now!
It’s genuinely nothing you did/didn’t do. If I had to guess at the problem, it’s likely another plugin on the site is registering a post type but not clearing permalinks using the correct activation hook and is doing it on the ‘init’ hook.
This can be really hard to track down which one without looking at the code and it’s not the end of the world, just that this might happen from time to time after installing something new. The solution is just to visit that permalinks settings page and resave 🙂
Hope this helps for the future!
Cheers
Thread Starter
hql
(@hql)
Thank you so much for your help, and great plugin !