Yes, you need to play around with template through bootstraps grid. If possible please post url here
Thread Starter
gazeti
(@gazeti)
here you go.
http://www.gazetimedia.co.za
Any help would be much appreciated
I see left sidebar on your home page. would you please elaborate the requirements further, also possible please share screenshot.
Thread Starter
gazeti
(@gazeti)
I’d like to add that left sidebar to the pages (it currently only shows up on blog pages.)
Here is a link to a page: http://gazetimedia.co.za/editorial-2/ – you’ll see the homepage sidebar does not show up.
Thread Starter
gazeti
(@gazeti)
I’d prefer for the pages to appear like this:
http://gazetimedia.co.za/2015/11/20/test/
I want to use pages for my info and the blog pages separately for a proper blog.
Ok, I have worked on your task and found done it in following way
1. create child theme
2. Activate theme
3. copy page.php from parent theme to child theme directory and add following line
<?php get_sidebar(“blog”);?>
just above
<?php get_footer(‘page’); ?>
How to create child theme, here it is
https://codex.ww.wp.xz.cn/Child_Themes
Thread Starter
gazeti
(@gazeti)
Many thanks. I’ll try this.