Two different graphene lay-outs
-
I have multiple websites
Graphene and different layouts
how can I change
Visit my website for the differences in the sidebar
Without sidebar http://georganiseerdewandeltochten.nl/
With sidebar http://websiteverhalen.nl/websiteverhalen/
Page with sidebar
And the page without sidebar
I want everything to sidebar
but can not change
Graphene settings are the same > 2 websites
Previsously thanks
Admin
Check the page template setting for the “Georganiseerdewandeltochten: wandeltochten in Hongarije de Balaton heuvels verkennen” page. It’s on the right hand side of the Edit Page screen.
what should I check
I have no knowledge
can you explain to me exactly
<?php
/**
* Template Name: One column, no sidebar
*
* A custom page template without sidebar.
*
* @package Graphene
* @since Graphene 1.0.5
*/
get_header(); ?>
<?php
/* Run the loop to output the pages.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
the_post();
get_template_part( 'loop', 'page' );
?>
<?php get_footer(); ?>Go to Wp-admin -> Pages -> open that page (edit). On the right side under “Page Attributes” choose template (“Theme default” is with sidebar). If you don’t see “Page Attributes” box, than go to “screen options” on the top right corner and check “Page Attributes” box.
Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
