Hi there :)
Anybody know how to change default page-layout to fullwidth?
I'm running a plugin that creates pages (non-editable), and I can't change the layout...I would love it if they could be fullwidth :)
Thanks and keep well,
Kris
Full width as default?
3 posts from 2 voices-
Posted 2 years ago #
-
I found this thread, but can't seem to get it working on Brightbox...any ideas??
Posted 2 years ago # -
Hey,
rename page.php to template-with-sidebar.php and then rename template-fullwidth.php to page.php. Now open up page.php and delete following code:
/* Template Name: Fullwidth Page */Afterwards open up template-with-sidebar.php and add replace following code:
global $avia_config;with:
/* Template Name: Page with Sidebar */ global $avia_config;Posted 2 years ago #
Reply
You must log in to post.














