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'])) {
Code: Select all
case 'blog_article_id':
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