????

Your IP : 18.118.7.18


Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/partials/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/partials/term-description.php

<?php
/**
 * Term descriptions
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

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

// Display term description if there is one
if ( $term_description = term_description() ) : ?>

	<div class="term-description clr">
	    <?php echo term_description(); ?>
	</div><!-- #term-description -->

<?php endif; ?>