????
| Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/search/ |
| Current File : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/search/search-entry-header.php |
<?php
/**
* Search entry header
*
* @package Wanderfuls WordPress theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
} ?>
<header class="search-entry-header clr">
<h2><a href="<?php tb_permalink(); ?>" title="<?php tb_esc_title(); ?>"><?php the_title(); ?></a></h2>
</header><!-- .search-entry-header -->