Hi everyone,
I’m working on a WordPress project and would like to use Pinecone from AlpineJS to handle routing for specific components in my theme. I’ve tried using add_rewrite_rule
, but I haven’t been able to get it to work as expected.
I’m also unable to use hash routing because the browser’s back button doesn’t function properly with that method.
If anyone has done this before or has suggestions on how to set it up properly (especially for routing configurations or a better method than using add_rewrite_rule
), I’d really appreciate your insights!
Thanks in advance for your help 🙂