first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-12-28 16:20:07 -05:00
commit b114fdf4fa
5377 changed files with 1850677 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?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-## -->