????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/search/
Upload File :
Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/search/search-entry-excerpt.php

<?php
/**
 * Search entry excerpt
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

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

<div class="search-entry-excerpt clr">
    <?php tb_excerpt( array(
        'length'          => '30',
        'readmore'        => false,
        'ignore_more_tag' => true,
    ) ); ?>
</div><!-- .search-entry-excerpt -->