Permalinks on post categories

Hello :slight_smile:

In my WordPress backend I have custom permalinks to category and tags to put in Spanish like:

  • category --> categoria
  • tag -> etiqueta

In the frontend with react if I try to navigate to this archives pages from a post we have 404 because of that url is not set in the frontend like in the backend.
How can I setup this in the frontend with Frontity?

thanks

You can use the categoryBase and tagBase settings of wp-source :slight_smile:

https://docs.frontity.org/api-reference-1/wordpress-source#state-source-categorybase

oh thank you! this was easier than I thought and above it was in the documentation that I thought I had reviewed :grimacing:

1 Like