First, you would need to create a child theme for this. Then, add a file called functions.php in your child theme, and then add this code inside that file:
<?php
function graphene_modify_layout(){
if ( is_single(3437) ){
global $graphene_settings;
$graphene_settings['column_mode'] = 'two-col-left';
}
}
add_action( 'template_redirect', 'graphene_modify_layout' );
?>
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.