disabe sidebar on specific pages
-
Im a using Spun theme (which I love) and I am wanting to specify which pages will have the sidebar turned on. I found this code online
\<?php // if page has custom field called disableSidebar = true, remove sidebar
$disableSidebar = get_post_meta($post->ID, ‘disableSidebar’, $single = true);
if ($disableSidebar !== ‘true’) { get_sidebar(); }
?>\and then it says to add a new custom field entry for the pages I want to disable the sidebar on… but for some reason it does not work with this theme. Can anyone help with this? I have tried several plugins and they do not work.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘disabe sidebar on specific pages’ is closed to new replies.