| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tgnew/wp-content/themes/strapvert/ |
Upload File : |
<?php $do_not_duplicate = array(); ?>
<?php $featured_posts = strapvert_get_featured_posts(); ?>
<?php if ( $featured_posts->have_posts() ) : $featured_posts->the_post(); ?>
<?php if ( get_theme_mod( 'strapvert_top_featured_visibility' ) != 1 ) { ?>
<div class="featured-content">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-thumbnail">
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( 'strapvert-featured' ); ?></a>
</div>
<?php endif; ?>
<header class="entry-header">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'strapvert' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
</header><!-- .entry-header -->
<div class="entry-summary">
<?php echo strapvert_featured_excerpt(); ?>
<div class="sticky-read-more btn btn-success">
<a href="<?php the_permalink(); ?>"><?php echo esc_html(get_theme_mod( 'strapvert_first_featured_readmore_text' )); ?></a>
</div>
</div><!-- .entry-summary -->
</article>
</div><!-- .featured-content -->
<?php } ?>
<?php if ( $featured_posts->have_posts() ) : // more than one? ?>
<?php if ( get_theme_mod( 'strapvert_secondary_featured_visibility' ) != 1 ) { ?>
<div class="featured-content-secondary">
<?php while ( $featured_posts->have_posts() ) : $featured_posts->the_post(); $do_not_duplicate[] = get_the_ID(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-thumbnail">
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(); ?></a>
</div>
<?php endif; ?>
<header class="entry-header">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'strapvert' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
</header><!-- .entry-header -->
<div class="entry-summary">
<?php echo strapvert_secondary_featured_excerpt(); ?>
<?php if ( get_theme_mod( 'strapvert_featured_secondary_readmore_visibility' ) != 0 ) { ?>
<a href="<?php echo get_permalink(); ?>"><?php echo esc_html(get_theme_mod( 'strapvert_secondary_readmore_text' )); ?></a>
<?php } ?>
</div><!-- .entry-summary -->
</article>
<?php endwhile; ?>
</div><!-- .featured-content-secondary -->
<?php } ?>
<?php endif; // have_posts() inner ?>
<?php endif; // have_posts() ?>