storefront/content-page.php

18 lines
330 B
PHP
Raw Normal View History

2014-08-17 16:55:38 +01:00
<?php
/**
* The template used for displaying page content in page.php
*
* @package storefront
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
2014-08-18 13:10:56 +01:00
<?php
/**
* @hooked storefront_page_header - 10
* @hooked storefront_page_content - 20
*/
do_action( 'storefront_page' );
?>
2014-08-17 16:55:38 +01:00
</article><!-- #post-## -->