Site icon Catch Themes

3 column page

Im trying to add a 3 column page, I was able to add sidebar2 to the widgets section. The problem is that when I add the second sidebar to the content-sidebar-right.php page I dont see the sidebar2 content on the page.  here is the code <?php /** * This is the template that displays page/post with right sidebar * * @package Catch Themes * @subpackage Simple_Catch * @since Simple Catch 1.3.2 */ ?>   <div id="main" class="layout-978"> <div id="content" class="col4 no-margin-left">   <?php while ( have_posts() ):the_post(); if( function_exists( 'simplecatch_loop') ) simplecatch_loop(); ?> <div class="row-end"></div>     <?php comments_template(); ?>   <?php endwhile; ?> </div><!-- #content -->       <?php get_sidebar(); ?>   <?php get_sidebar2(); ?>     </div><!-- #main -->   Thanks
Exit mobile version