XylotrechusZ
<?php
/**
* @author rs-theme
* @since 1.0
* @version 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( sprintf( '<h3 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h3>' ); ?>
</header>
<!-- .entry-header -->
<div class="entry-summary">
<p> <?php echo dabble_custom_excerpt(30);?> </p>
<div class="blog-button">
<a href="<?php the_permalink()?>"><?php echo esc_html__('Continue Reading','dabble');?></a>
</div>
</div>
<!-- .entry-summary -->
<!-- .entry-footer -->
</article>