Current Path : /var/www/quickscrum.com/wp-content/uploads/alm_templates/ |
Current File : /var/www/quickscrum.com/wp-content/uploads/alm_templates/default.php |
<li <?php if (!has_post_thumbnail()) { ?> class="no-img"<?php } ?>> <a class="inner-blog" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php if ( has_post_thumbnail() ) { ?> <img src="<?php the_post_thumbnail_url(); ?>"/> <?php } ?> <div class="blog-txt"> <h3><?php the_title(); ?></h3> <?php the_excerpt(); ?> <span class="readmore"> Read More</span> </div> </a> </li>