wordpress/php-fpm/wordpress_files/themes/origami/template-notitle.php

17 lines
280 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/*
Template Name: Without Page Title
*/
get_header(); the_post();
?>
<div <?php post_class('post') ?>>
<div class="content">
<?php the_content() ?>
<div class="clear"></div>
</div>
<?php if(is_singular()) comments_template(); ?>
</div>
<?php get_footer() ?>