File Editor
Directories:
.. (Back)
Files:
focus.php
home.php
page-no-title.php
page-panel-left.php
page-panel-right.php
page-parallax.php
Create New File
Create
Edit File: page-no-title.php
<?php /** * Template Name: No Title * * @package wlow */ get_header(); ?> <main id="main" class="col-md-12" role="main"> <?php if (have_posts()) :?><?php while(have_posts()) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="content-article"> <?php the_content(esc_html__('Read More...', 'wlow'));?> </div> </article> <?php endwhile; ?> <?php else : ?> <p><?php esc_html_e('Sorry, no posts matched your criteria.', 'wlow'); ?></p> <?php endif; ?> </main> <?php get_footer(); ?>
Save Changes
Rename File
Rename