joskajoska
MemberForum Replies Created
-
<?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(); ?>what should I check
I have no knowledge
can you explain to me exactly
Viewing 2 posts - 1 through 2 (of 2 total)
