*

tassonfl

  • ***
  • 43 posts
Permalinks settings
« on: March 05, 2025, 09:00:57 AM »
Hello everyone,

I'm trying to optimize the URLs on my site and I've run into a problem with the listing URLs.

In the permalinks settings, I've set the Listing URL to {CATEGORIES}/{ITEM_TITLE}-{ITEM_CITY}-{ITEM_ID}. The goal was to display the main category in the URL.

However, when I change the configuration to {CATEGORY}/{ITEM_TITLE}-{ITEM_CITY}-{ITEM_ID}, the final URL is generated incorrectly: mysite//{ITEM_TITLE}-{ITEM_CITY}-{ITEM_ID}. As you can see, the main category is missing and a double slash is displayed.

I've tried several solutions, but I haven't been able to solve the problem. Does anyone have any suggestions on how to correctly include the main category in the URL, while avoiding the double slash?

Thanks in advance for the help!

*

MB Themes

Re: Permalinks settings
« Reply #1 on: March 05, 2025, 11:49:09 AM »
Use {CATEGORY_NAME} instead of {CATEGORY}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tassonfl

  • ***
  • 43 posts
Re: Permalinks settings
« Reply #2 on: March 05, 2025, 12:07:11 PM »
I already tried it and this is the result: misite/%7BCATEGORY_NAME%7D/

*

MB Themes

Re: Permalinks settings
« Reply #3 on: March 05, 2025, 03:15:44 PM »
Ok then it's not yet supported (will be in 8.3)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tassonfl

  • ***
  • 43 posts
Re: Permalinks settings
« Reply #4 on: March 05, 2025, 03:19:53 PM »
Ok thank you