Skip to content

A simple Blog for Opencart 3.X and up. It has a huge impact on SEO of your online shop!

Notifications You must be signed in to change notification settings

sezarsaman/OcBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OcBlog

A simple Blog for Opencart 3.X and up

How to Install

  1. Upload Files use FTP
  2. Import ocbq.sql file into database
  3. Give access and modify permission to your user group
  4. Add below code to column_left.php inside admin/controller/common after information block for adding the blog link to category sub menu in admin
if ($this->user->hasPermission('access', 'blog/post')) {
  $catalog[] = array(
      'name'    => $this->language->get('text_blog'),
      'href'     => $this->url->link('blog/post', 'user_token=' . $this->session->data['user_token'], true),
      'children' => array()
  );
}
  1. Access to archive page and post page is available via index.php?route=blog/archive

About

A simple Blog for Opencart 3.X and up. It has a huge impact on SEO of your online shop!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published