joskajoska

Member

Forum Replies Created

  • In reply to: Two different graphene lay-outs

    #37075
    <?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(); ?>

    In reply to: Two different graphene lay-outs

    #37074

    what should I check

    I have no knowledge

    can you explain to me exactly

Viewing 2 posts - 1 through 2 (of 2 total)