Jump to content
Sign in to follow this  
asmusa

Re-assign sidebars for Blog

Recommended Posts

asmusa

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×