<?php /** * Template for displaying single services * * @package FP Services */ get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; endif; ?> <?php get_footer(); ?>