Before you ask please READ THIS

Can the blog page be Masonry with side bar and require the individual blog posts to have a side bar?

Hello
I am trying to see if I can keep the blog page that displays all the posts within the blog on the masonry style with no side bar, and have the blog posts show a side bar. Many affiliate programs I plan on joining require that I put the affiliate disclosure high up on the page so a side bar seems to work. However, can I do that on this theme?

SO on my blog, I would like this page http://www.nazeemsheik.com/blog/ to not have a side bar and remain the way it is,,, and blog posts such as http://www.nazeemsheik.com/2014/01/26/victoria-beach-and-the-pirate-tower/ to have the side bar. Would that happen? If yes, how?

Please let me know
Thanks
Aysha

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    In this theme there is one sidebar for both single post and posts list(blog), so it is not possible right from theme options.

    However you can do simple change in code to disable it on blog(remember to enable blog sidebar in theme options)::
    Go to: hypershot\advance\utilities.php line ~231 and change this:
    if($force_full_width || $apollo13->get_option('blog', 'blog_sidebar') == 'off'){
    to:
    if(true){
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion