A blog for every online shopping is a must!
Improving SEO is the primary purpose of creating a blog for an online shopping platform. Banners and digital ads are not enough, Business owners should promote their products through a blog post. A blog post with good meta keywords can raise sales of a product.
Oc Blog will help you in your business
GitHub URL :
https://github.com/cesaresaman/ocblog
Author Url:
http://webhero.ir/
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()
);
}
5. Access to archive page and post page is available via index.php?route=blog/archive
6. Create your first blog post!
Login and write down your comment.
Login my OpenCart Account