single-entry-header.php 297 B

12345678
  1. <header class="entry-header">
  2. <h1 class="entry-title" style="<?php echo get_post_meta(get_the_ID(), 'title_style', true); ?>"><?php the_title(); ?></h1>
  3. <?php
  4. require_once get_stylesheet_directory() . '/tpl/entry-census.php';
  5. echo get_entry_census_html();
  6. ?>
  7. <hr>
  8. </header>