| Server IP : 52.202.253.110 / Your IP : 216.73.217.139 Web Server : Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8 System : Linux ip-172-32-10-67.ec2.internal 6.1.49-70.116.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 6 22:13:07 UTC 2023 x86_64 User : ec2-user ( 1000) PHP Version : 8.2.9 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/cirrata_html/wp-content/themes/woodwork-lite/ |
Upload File : |
<?php
/**
* @package Vacation Lite
*/
?>
<div class="blog-post-repeat">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php if ( 'post' == get_post_type() ) : ?>
<div class="postmeta">
<div class="post-comment"> <i class="fa fa-comments" aria-hidden="true"></i> <a href="<?php comments_link(); ?>"><?php comments_number(); ?></a></div>
<div class="post-categories"> | <i class="fa fa-sitemap"></i> <?php the_category( __( ', ', 'woodwork-lite' ));?></div>
<div class="clear"></div>
</div><!-- postmeta -->
<?php endif; ?>
<?php if ( is_search() || !is_single() ) : // Only display Excerpts for Search ?>
<div class="post-thumb"><?php the_post_thumbnail(); ?>
<?php else : ?>
<div class="post-thumb"><?php the_post_thumbnail(); ?>
<?php endif; ?>
</div><!-- post-thumb -->
</header><!-- .entry-header -->
<?php if ( is_search() || !is_single() ) : // Only display Excerpts for Search ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
<p class="read-more"><a href="<?php the_permalink(); ?>"><?php esc_html_e('Read More »','woodwork-lite'); ?></a></p>
</div><!-- .entry-summary -->
<?php else : ?>
<div class="entry-content">
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'woodwork-lite' ) ); ?>
</div><!-- .entry-content --><div class="clear"></div>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'woodwork-lite' ),
'after' => '</div>',
) );
?>
<?php endif; ?>
</article><!-- #post-## -->
<div class="spacer20"></div>
</div><!-- blog-post-repeat -->