Viewing File: /home/maglabs/2vsa/wp-content/themes/cargohub/template-fullwidth.php

<?php
/**
 * Template Name: Full Width
 *
 * The template file for displaying service page.
 *
 * @package CargoHub
 */

get_header(); ?>

<?php
if ( have_posts() ) :
	while ( have_posts() ) : the_post();
		the_content();
	endwhile;
endif;
?>

<?php get_footer(); ?>
Back to Directory File Manager