Change certain category layout
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Change certain category layout’ is closed to new replies.
