function add_sidebar() { global $wyde_sidebar_position; if ($wyde_sidebar_position == '3') { wyde_sidebar('shop'); } ?> </div> </div> <?php }
get_template_part('content', get_post_format()); ?> </li> <?php } ?> </ul> <?php wyde_pagination(); ?> </div> </div> </div> </div> <?php if ($wyde_sidebar_position == '3') { wyde_sidebar(); } ?> </div> </div> <?php } ?> <?php get_footer();