????

Your IP : 216.73.216.121


Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/blog/
Upload File :
Current File : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/blog/blog-single-related-heading.php

<?php
/**
 * Blog single post related heading
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Get heading
$heading = tb_blog_related_heading();

// Output heading
tb_heading( array(
	'content'		=> $heading,
	'tag'			=> 'div',
	'classes'		=> array( 'related-posts-title' ),
	'apply_filters'	=> 'blog_related',
) );