????
| Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/ |
| Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/page-header-subheading.php |
<?php
/**
* Page subheading output
*
* @package Wanderfuls WordPress theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Display subheading if there is one
if ( $subheading = tb_global_obj( 'get_page_subheading' ) ) : ?>
<div class="clr page-subheading">
<?php echo do_shortcode( $subheading ); ?>
</div><!-- .page-subheading -->
<?php endif; ?>