Forum Replies Created
-
That did the trick. Cheers
I’m guessing if you change it to this it will work that way:
global $graphene_settings;
$graphene_settings['column_mode'] = 'two-col-right';Thought I would post the solution in case anyone else is looking for it.
Using the Custom Posts Template plugin, I made a copy of the single.php file, renamed it onecolumn.php
At the top I added the Custom Posts Template plugin code:
/*
Template Name Posts: onecolumn
*/And then I added in this code just above the header() function.
global $graphene_settings;
$graphene_settings['column_mode'] = 'one-column';Thanks for that. Sorry for stupid questions, but since I am using a copy of my single.php for the Custom Template Plugin, would it be possible to make a copy of the header.php file, with the sidebar function removed, and point my template file to that instead?
I would have thought that using a different template on a specific post would be fairly easy :/
Yes that’s the plugin I am using. I just want to know how to edit the file to remove the sidebar. I cannot see any get_sidebar(); function in the file to remove.
Thanks for your reply
No one knows? :/
Viewing 7 posts - 1 through 7 (of 7 total)
