Current path: home/webdevt/www/wdp/wp-content/themes/wagency/
?? Go up: /home/webdevt/www/wdp/wp-content/themes
<?php /** * The template for displaying all single posts */ get_header(); ?> <?php /* The loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content' ); ?> <?php endwhile; ?> <?php get_footer(); ?>