asmusa 0 Report post Posted May 29, 2011 I know that I can re-assign sidebars in the sidebars.php file and I would like to use the tertiary sidebar for the posts pages (blog) - I just can't figure it out how that works - the code which controls the sidebar in my case is: if($pagelines_layout->layout_mode != 'two-sidebar-center'):?> <div id="sidebar1" class="scolumn fix" > <div class="scolumn-pad"> <?php pagelines_template_area('pagelines_sidebar2', 'sidebar2'); // hook ?> </div> </div> <?php endif; How would I specify the tertiary sidebar or is there a better way to specify sidebars for the blog (posts). Any help would be greatly appreciated! Share this post Link to post Share on other sites
catrina 103 Report post Posted May 29, 2011 There's a way to specify sidebars for individual blog posts by referring to the PageLines Section Control settings (on the right side) in the post editor. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites