If vendor edit a post title, the slug should be updated according to new title.
For example the old title is “A dog” and new title is “A cat”, the slug still uses old slug which is “a-dog”
If vendor edit a post title, the slug should be updated according to new title.
For example the old title is “A dog” and new title is “A cat”, the slug still uses old slug which is “a-dog”
Hi,
Thanks for the details. This is expected behavior from WordPress, and the slug is generated when the listing is created (after you specify the title), and after changing the title, the slug does not change, because there may already be links to the listing, and they would become broken. For example, if you change the title in the editor for a post in WordPress, the slug remains the same unless if “explicitly” not changed.
I hope it helps
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.