????
| Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/blog/ |
| Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/blog/blog-single-quote.php |
<?php
/**
* Blog entry layout
*
* @package Wanderfuls WordPress theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
} ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-quote-entry-inner clr">
<span class="fa fa-quote-right"></span>
<div class="quote-entry-content clr">
<?php the_content(); ?>
</div><!-- .quote-entry-content -->
<div class="quote-entry-author clr">
<?php the_title(); ?>
</div><!-- .quote-entry-author -->
</div><!-- .post-quote-entry-inner -->
</article><!-- .blog-entry -->