🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 15:15:51 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
graceful
/
templates
📍 /home/eliteewa/public_html/wp-content/themes/graceful/templates
🔄 Refresh
✏️
Editing: template-full-width-blank.php
Writable
<?php /** * Template Name: Full Width Blank Template * Template Post Type: page * * The template for displaying Page without any Title, Post Thumbnail, Sidebar or Comments * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Graceful */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); ?> <!-- Content Wrapper --> <div class="content-wrap"> <article id="page-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( have_posts() ) : // Loop Start while ( have_posts() ) : the_post(); ?> <div class="post-page-content"> <?php the_content(); ?> </div> <?php endwhile; // Loop End endif; ?> </article> </div> <!-- .content-wrap --> <?php get_footer();
💾 Save Changes
❌ Cancel