Hello
Thanks for this great site! What is the best way to hide the sidebar for a specific custom post type? I just read the Roots Sidebar doc and attempted to disable the sidebar for my movie custom type pages by adding the following to config.php array:
array(
'is_404',
'is_front_page',
'is_singular( 'movie' )',
),
No go! What am I doing wrong?
Thanks,
Wes