page_blog.php 449 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * This file adds the blog page template to the Captivating theme.
  4. *
  5. * @package Captivating
  6. * @link http://restored316designs.com/themes
  7. * @author Lauren Gaige // Restored 316 LLC
  8. * @copyright Copyright (c) 2015, Restored 316 LLC, Released 08/09/2017
  9. * @license GPL-2.0+
  10. */
  11. /*
  12. Template Name: Blog Page
  13. */
  14. //* Remove entry meta
  15. remove_action( 'genesis_entry_header', 'genesis_post_info', 9 );
  16. genesis();