AlkantarClanX12

Your IP : 3.131.13.196


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/blossom-recipe/template-parts/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/blossom-recipe/template-parts/content.php

<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Blossom_Recipe
 */

?>
<div class="article-wrap">
    <article id="post-<?php the_ID(); ?>" <?php post_class(); if( ! is_single() ) echo ' itemscope itemtype="https://schema.org/Blog"'; ?>>
    	<?php 
            /**
             * @hooked blossom_recipe_post_thumbnail - 15
            */
            do_action( 'blossom_recipe_before_post_entry_content' );
            
            if( ! is_single() ) echo '<div class="article-content-wrap">';
            
            /**
             * @hooked blossom_recipe_entry_header   - 10 
             * @hooked blossom_recipe_entry_content - 15
             * @hooked blossom_recipe_entry_footer  - 20
            */
            do_action( 'blossom_recipe_post_entry_content' );

            if( ! is_single() ) echo '</div>';

        ?>
    </article><!-- #post-<?php the_ID(); ?> -->
</div>