File "title.php"
Full Path: /home/magiggjm/magistvandroids.com/wp-content/themes/kadence/template-parts/title/title.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template part for displaying a post's title
*
* @package kadence
*/
namespace Kadence;
do_action( 'kadence_single_before_entry_title' );
the_title( '<h1 class="entry-title">', '</h1>' );
do_action( 'kadence_single_after_entry_title' );