storefront/content.php
2014-08-18 12:44:54 +01:00

18 lines
No EOL
376 B
PHP
Executable file

<?php
/**
* @package storefront
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope="" itemtype="http://schema.org/BlogPosting">
<?php
/**
* @hooked storefront_post_header() - 10
* @hooked storefront_post_meta() - 20
* @hooked storefront_post_content() - 30
*/
do_action( 'storefront_loop_post' );
?>
</article><!-- #post-## -->