Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/themes/homlane/templates/blog/blog.php |
<?php
/**
* Blog Content Template
*
* @package WordPress
* @subpackage HOMLANE
* @author Theme Arc
* @version 1.0
*/
if ( class_exists( 'Homlane_Resizer' ) ) {
$img_obj = new Homlane_Resizer();
} else {
$img_obj = array();
}
$options = homlane_WSH()->option();
$allowed_tags = wp_kses_allowed_html('post');
global $post;
?>
<div <?php post_class(); ?>>
<!--Start Single blog Style2-->
<div class="single-blog-style2 wow fadeInLeft" data-wow-delay="100ms" data-wow-duration="1500ms">
<?php if( has_post_thumbnail() ):?>
<div class="img-holder">
<div class="inner">
<?php the_post_thumbnail('homlane_840x380', array('class' => 'img-fluid')); ?>
</div>
<div class="date-box">
<h2><?php echo get_the_date('d'); ?> <br><span><?php echo get_the_date('F'); ?></span></h2>
</div>
</div>
<?php endif;?>
<div class="text-holder">
<ul class="meta-info <?php if( has_post_thumbnail() ) echo 'p-t22';?>">
<li><a href="<?php echo esc_url(get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) )); ?>"><?php esc_html_e('By:', 'homlane'); ?> <?php the_author(); ?></a></li>
<?php if( has_category() ):?>
<li><?php the_category(', '); ?></li>
<?php endif;?>
<li><a href="<?php echo esc_url(get_permalink(get_the_id()).'#comments'); ?>"><?php comments_number( 'Comments: 0', 'Comment: 1', 'Comments: %' ); ?></a></li>
</ul>
<h3 class="blog-title"><a href="<?php echo esc_url( the_permalink( get_the_id() ) );?>"><?php the_title(); ?></a></h3>
<div class="text">
<?php the_excerpt(); ?>
</div>
<div class="bottom-box">
<a class="theme-btn-two" href="<?php echo esc_url( the_permalink( get_the_id() ) );?>"><span class="txt"><?php esc_html_e('read more', 'homlane'); ?></span></a>
</div>
</div>
</div>
<!--End Single blog Style2-->
</div>