12345678910111213141516171819 |
- <?php
- /**
- * This file adds the blog page template to the Captivating theme.
- *
- * @package Captivating
- * @link http://restored316designs.com/themes
- * @author Lauren Gaige // Restored 316 LLC
- * @copyright Copyright (c) 2015, Restored 316 LLC, Released 08/09/2017
- * @license GPL-2.0+
- */
- /*
- Template Name: Blog Page
- */
- //* Remove entry meta
- remove_action( 'genesis_entry_header', 'genesis_post_info', 9 );
- genesis();
|