File: /home/igennie.co.uk/public_html/wp-content/themes/blossom-coach/template-parts/content-single.php
<?php
/**
* Template part for displaying posts
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Blossom_Coach
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
/**
* @hooked blossom_coach_post_thumbnail - 15
* @hooked blossom_coach_entry_header - 20
*/
do_action( 'blossom_coach_before_post_entry_content' );
/**
* @hooked blossom_coach_entry_content - 15
* @hooked blossom_coach_entry_footer - 20
*/
do_action( 'blossom_coach_post_entry_content' );
?>
</article><!-- #post-<?php the_ID(); ?> -->