Your IP : 216.73.216.95


Current Path : /var/test/www/html/37thanniversary/wp-content/themes/rubrash/template-parts/
Upload File :
Current File : /var/test/www/html/37thanniversary/wp-content/themes/rubrash/template-parts/content-search.php

<?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( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
    </header>
    <!-- .entry-header -->
    
    <div class="entry-summary">
      <?php the_excerpt(); ?>
        <div class="blog-button">
            <a href="<?php the_permalink()?>" class="readmore"><?php echo esc_html_e('Read More','rubrash');?> <i class="fa fa-angle-double-right"></i></a>
          </div>
      </div>
    <!-- .entry-summary -->
    
    <footer class="entry-footer">
      <?php rubrash_entry_footer(); ?>
    </footer>
    <!-- .entry-footer --> 
</article>