Osclass Support Forums

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: bemtele on January 10, 2022, 03:11:13 AM

Title: How do I change my listing URL to .html
Post by: bemtele 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?
Title: Re: How do I change my listing URL to .html
Post by: MB Themes 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
Title: Re: How do I change my listing URL to .html
Post by: bemtele on January 10, 2022, 11:10:00 PM
Thank you