- string $name: (optional) If a value is entered for $name, the function includes 'sidebar_$name.php'. For example, if you pass the value "left" to the function, it attempts to load 'sidebar_left.php'.
Example:
<?php get_sidebar('left'); ?>
See also: getSidebar(), getFile(), get_file()
