<?php /* Template Name: About */ ?> <?php get_header(); ?> <section class="page page-about"> <div class="shade-fold"></div> <div class="content"> <div class="container"> <div class="portrait"></div> <div class="content-con"> <h1><?php the_title(); ?></h1> <?php the_content(); ?> </div> </div> </div> </section> <?php get_footer(); ?>