• Hey! I am creating some category with custom template for it. It contains only this code:

    <?php get_header(); ?>
    <section class="content">
    <div class="pad group">
    <?php echo do_shortcode('my_shortcode_for_posts_display'); ?>
    </div><!--/.pad-->
    </section><!--/.content-->
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    For now I have both left and right sidebars output on this page, but I actualy want to show only one – left sidebar. Can you plese tell me what code do I need to use?

    • This topic was modified 8 years, 4 months ago by T_ed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Change certain category layout’ is closed to new replies.