HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/igennie.co.uk/public_html/wp-content/themes/blossom-coach/template-parts/content.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(); ?> itemscope itemtype="https://schema.org/Blog">
	<?php 
        /**
         * @hooked blossom_coach_post_thumbnail
        */
        do_action( 'blossom_coach_before_posts_entry_content' );
    ?>
    <div class="article-content-wrap">
    <?php
        /**
         * @hooked blossom_coach_entry_header  - 15
         * @hooked blossom_coach_entry_content - 20
         * @hooked blossom_coach_entry_footer  - 25
        */
        do_action( 'blossom_coach_posts_entry_content' );
    ?>
    </div><!-- .article-content-wrap -->
</article><!-- #post-<?php the_ID(); ?> -->