<?php /** * The template file for any sidebars to appear right * of the main content. * * WARNING: This template file is a core part of the * Theme Blvd WordPress Framework. It is advised * that any edits to the way this file displays its * content be done with via hooks, filters, and * template parts. * * @author Jason Bobich * @copyright Copyright (c) Jason Bobich * @link http://jasonbobich.com * @link http://themeblvd.com * @package Theme Blvd WordPress Framework */ themeblvd_sidebars('right');
<?php /** * The template file for any sidebars to appear left * of the main content. * * WARNING: This template file is a core part of the * Theme Blvd WordPress Framework. It is advised * that any edits to the way this file displays its * content be done with via hooks, filters, and * template parts. * * @author Jason Bobich * @copyright Copyright (c) Jason Bobich * @link http://jasonbobich.com * @link http://themeblvd.com * @package Theme Blvd WordPress Framework */ themeblvd_sidebars('left');