D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
cwd
/
wp-content
/
themes
/
aeen
/
templates
/
Filename :
blank.php
back
Copy
<?php /** * Template Name: Blank Template * * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\aeen; ?> <?php get_header(); ?> <div id="primary" class="content-area"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> </div> <?php get_footer(); ?>