first commit
This commit is contained in:
23
wp-content/themes/storefront/content.php
Normal file
23
wp-content/themes/storefront/content.php
Normal 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-## -->
|
||||
Reference in New Issue
Block a user