*

bemtele

  • ***
  • 97 posts
How do I change my listing URL to .html
« on: January 10, 2022, 03:11:13 AM »
I will like to add .html to the item's link. How do I go about it?

*

MB Themes

Re: How do I change my listing URL to .html
« Reply #1 on: January 10, 2022, 07:39:07 AM »
@bemtele
Go to Settings > Permalinks, click to "Show rules" and change:
Code: [Select]
{CATEGORIES}/{ITEM_TITLE}_i{ITEM_ID}
Into i.e.:
Code: [Select]
{CATEGORIES}/{ITEM_TITLE}-{ITEM_ID}.html
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bemtele

  • ***
  • 97 posts
Re: How do I change my listing URL to .html
« Reply #2 on: January 10, 2022, 11:10:00 PM »
Thank you