AlkantarClanX12

Your IP : 18.224.56.127


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-page.php

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

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<?php
        /**
         * Post Thumbnail
         * 
         * @hooked blossom_recipe_post_thumbnail
        */
        do_action( 'blossom_recipe_before_page_entry_content' );
    
        /**
         * Entry Content
         * 
         * @hooked blossom_recipe_entry_content - 15
         * @hooked blossom_recipe_entry_footer  - 20
        */
        do_action( 'blossom_recipe_page_entry_content' );    
    ?>
</article><!-- #post-<?php the_ID(); ?> -->