Skip to Content
Menu
This question has been flagged
2 Replies
2664 Views

I am working on a website module and blogs. In terms of the Blog- URL, I would like to remove the ID from the URL, does anyone can help me with this issue? 

For instance, 

the current behavior is 

http://localhost/blog/blog-12/post-13

How to convert the above-mentioned URL to the expected behavior as follows:

http://localhost/blog/blog/post

Avatar
Discard
Best Answer

Hi Mohammed,

Based on your requirement you need to inherit blog.post model in your custom module.

and override this method and change.

Thanks

Avatar
Discard
Best Answer

Hi

We have the same need

how to remove those ids from the urls

it looks not good at all, for visitors and also for Google

Avatar
Discard
Related Posts Replies Views Activity
0
Oct 22
2014
3
Mar 25
2910
0
Dec 23
1410
0
Sep 23
1139
0
Mar 24
999