HomeAboutResourcesCalendarContact
Get Resources

What is the recommended way to handle api & integrations?

DA David Kim 3 months ago Resolved

I want to do this the supported way rather than hack around it. What is the recommended approach, and are there pitfalls to avoid?

Links to docs welcome if this is covered somewhere.

2

We ran into the same situation last quarter. What worked for us was starting small and only adding complexity when a real need showed up.

Run wp jetonomy flush-rules (or visit Settings > Permalinks and save) after changing the base slug. The 404s are stale rewrite rules — regenerating them fixes it immediately.

Tried this on a staging copy first and it behaved exactly as described. Confident enough to roll it to production now.

Appreciate the clear steps. The dry-run tip in particular saved me from a mistake I would not have caught otherwise.