post_type; if ($post_type == 'post'): get_sidebar('blog'); elseif ($post_type == POST_TYPE): get_sidebar(POST_TYPE); elseif ($post_type == 'page'): get_sidebar(); endif; ?>