File: /mnt/data/companiesonthegouk/wp-content/themes/apper/partials/entry/header.php
<?php
/**
* Displays the post entry header
*
* @package Apper WordPress theme
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<?php do_action( 'before_blog_entry_title' ); ?>
<header class="blog-entry-header clr">
<h2 class="blog-entry-title entry-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2><!-- .blog-entry-title -->
</header><!-- .blog-entry-header -->
<?php do_action( 'after_blog_entry_title' ); ?>