X7ROOT File Manager
Current Path:
/home/magneti1/public_html/wp-content/themes/spacious/page-templates
home
/
magneti1
/
public_html
/
wp-content
/
themes
/
spacious
/
page-templates
/
ðŸ“
..
📄
business.php
(1.48 KB)
📄
contact.php
(639 B)
📄
page-builder.php
(570 B)
Editing: contact.php
<?php /** * Template Name: Contact Page Template * * Displays the Contact Page Template of the theme. * * @package ThemeGrill * @subpackage Spacious * @since Spacious 1.0 */ get_header(); ?> <?php do_action( 'spacious_before_body_content' ); ?> <div id="primary"> <div id="content" class="clearfix"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php endwhile; ?> </div><!-- #content --> </div><!-- #primary --> <?php spacious_sidebar_select(); ?> <?php do_action( 'spacious_after_body_content' ); ?> <?php get_footer(); ?>
Upload File
Create Folder