Page 1 of 1

SEO url for blog adjusting

Posted: Fri Feb 24, 2023 6:27 pm
by DoctorDredd
Hello, can not adjust seo url for Blog.

In: /catalog/controller/common/seo_pro.php added code for Blog article:

Code: Select all

} elseif (isset($this->request->get['blog_article_id'])) {
				$this->request->get['route'] = 'bossblog/article';
			} elseif (isset($this->request->get['path'])) {
And:

Code: Select all

case 'blog_article_id':   
But not going to work.

Looks like need adjust through seo_url.php?

Right now working like this:
www.site/blog/ - showing page with all articles. Wheh go to article page I have adress: www.site/article_name
Please help, what need to chenge in code for www.site/blog/article_name


Opencart 1.5.6.4
Theme: Gameworld
Blog: BossBlog


www.site/index.php?route=bossblog/artic ... icle_id=12

Re: SEO url for blog adjusting

Posted: Fri Feb 24, 2023 6:29 pm
by DoctorDredd
Found some file from another user, but not working:

Re: SEO url for blog adjusting

Posted: Fri Feb 24, 2023 7:22 pm
by JNeuhoff
If you are really serious about getting some help here, then you'd have to provide some more details, see forum rules.

Also, is there any reason why you haven't contacted the author of whatever estension you use for your blog?

Re: SEO url for blog adjusting

Posted: Fri Feb 24, 2023 7:39 pm
by DoctorDredd
JNeuhoff wrote:
Fri Feb 24, 2023 7:22 pm
If you are really serious about getting some help here, then you'd have to provide some more details, see forum rules.

Also, is there any reason why you haven't contacted the author of whatever estension you use for your blog?
Hello. I tried contacting to author of extension but he did reply.

Updated information in first message.