By marty on Wednesday, 07 October 2015
Posted in Technical Issues
Likes 0
Views 1K
Votes 0
Hi there,

We are trying to achieve custom url's for our blog using SH404SEF

This is the current URL for a Category Listing:
http://www.sitename.com/blog/Categories/category-name.html
We would like it to display as:
http://www.sitename.com/blog/category-name.html
--> Essentially we would like to remove "Categories" from the URL



This is the current URL for an individual blog post:
http://www.sitename.com/blog/blog-post-name.html
We would like it to display as:
http://www.sitename.com/blog/category-name/blog-post-name.html
--> In this case we would like to add the category-name.

Is this possible?

We look forward to any suggestions you may have.


Thank you
Hey Marty,

I have help you modified on this file -> JoomlaFolder\components\com_easyblog\sef_ext\categories.php

// commented this line 20
// $title[] = JString::ucwords(JText::_('COM_EASYBLOG_SH404_ROUTER_' . strtoupper($view)));



And changed with your Easyblog SEO settings `URL Format For Entry View` to use Category Based , it should display what you expected that URL now.
·
Wednesday, 07 October 2015 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Works perfectly!

Thank you so much!
·
Wednesday, 07 October 2015 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

If you update to next version, you have to backup this file -> JoomlaFolder\components\com_easyblog\sef_ext\categories.php
·
Wednesday, 07 October 2015 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post