File "template-home.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/shapely/page-templates/template-home.php
File size: 461 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template Name: Home Page
*
* Displays the Home page with Parallax effects.
*
*/
?>
<?php get_header(); ?>
<?php
if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'sidebar-home' ) ) :
?>
<div class="container p24 wp-caption-text">
<h5><?php echo esc_html__( 'This is the "Home Sidebar Section", add some widgets to it to change it.', 'shapely' ); ?></h5>
</<div>
<?php endif; ?>
<?php get_footer(); ?>