wordpress/php-fpm/wordpress_files/themes/silverorchid/fullwidth.php

20 lines
440 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/*
Template Name: Full Width
*/
get_header();
?>
<div id="content" class="wide-content">
<?php the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<h2><?php the_title(); ?></h2>
<div class="entry">
<?php the_content(); ?>
</div> <!-- entry -->
</div><!-- /post -->
</div><!-- /content -->
<?php get_footer(); ?>