solved blog url changefor local seo

resif
@resif
6 years ago
187 posts
i want to change my blog urls.. how can i do as manual...
updated by @resif: 07/19/19 04:27:03AM
douglas
@douglas
6 years ago
2,767 posts
resif:
i want to change my blog urls.. how can i do as manual...

It depends, what are you wanting to change them to?

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
resif
@resif
6 years ago
187 posts
some my native language characters disappering with auto url.. so i will replace as english characters...
michael
@michael
6 years ago
7,692 posts
The url's are just decorative, so:
your-site.com/someone/blog/15
is exactly the same as
your-site.com/someone/blog/15/the-title-of-the-blog

Usually the title of the blog is run through a function and saved to the datastore on 'blog_title_url' then used in the templates like {$item.blog_title_url}.

But if you want to do your own formatting of the blog title and adjust the links you can.

Docs: "Defining your own SMARTY function"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1569/defining-your-own-smarty-function

Then you could pass in the title to the SMARTY function and structure it into whatever format you liked.

Tags