Exemple #1
0
        the_ID();
        ?>
"><a href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="Permanent Link to <?php 
        the_title_attribute();
        ?>
"><?php 
        echo $title;
        ?>
</a></h3>
				
				<?php 
        $excerpt = new SearchExcerpt();
        echo $excerpt->the_excerpt(get_the_excerpt());
        ?>
			</div>

		<?php 
    }
    ?>

		    <div class="clear"></div>

<?php 
    // Pagination
    if (function_exists('wp_pagenavi')) {
        wp_pagenavi();
    } else {
        ?>
Exemple #2
0
        the_ID();
        ?>
"><a href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="Permanent Link to <?php 
        the_title_attribute();
        ?>
"><?php 
        echo $title;
        ?>
</a></h3>
				
				<?php 
        $excerpt = new SearchExcerpt();
        echo strip_shortcodes($excerpt->the_excerpt(get_the_excerpt()));
        ?>
			</div>

<?php 
    }
    ?>

		    <div class="clear"></div>

<?php 
    // Pagination
    if (function_exists('wp_pagenavi')) {
        wp_pagenavi();
    } else {
        ?>