File "content.php"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/content.php
File size: 445 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template used to display post content.
 *
 * @package storefront
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

	<?php
	/**
	 * Functions hooked in to storefront_loop_post action.
	 *
	 * @hooked storefront_post_header          - 10
	 * @hooked storefront_post_content         - 30
	 * @hooked storefront_post_taxonomy        - 40
	 */
	do_action( 'storefront_loop_post' );
	?>

</article><!-- #post-## -->