Your sidebar will likely be called with <?php get_sidebar(); ?>
Here: http://codex.wordpress.org/Conditional_Tags there are instructions for how you can limit this call.
Eg:
<?php if ( is_page(2) ) {
get_sidebar();
}
?>
This will just call the sidebar on page 2.
Thread Starter
Wagdi
(@w-youth)
Thanks for the reply!
I am not very knowledgeable of code and how it works. I gave your code a try but I most likely did it wrong, because it didn’t work.
I was looking for an easy way that this is customized in the Suffusion theme settings. I will post the same question on the theme’s support forum
Thanks again,
Wagdi
Thread Starter
Wagdi
(@w-youth)
I found the answer to my own question …. closing this topic now…