🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:archive-sri-lanka.php
<?php /** * Archive: Sri Lanka Destinations * * @package Ophiro_Ventures */ get_header(); ?> <section class="o-section" style="padding-top:calc(var(--space-5xl) + 80px);"> <div class="o-container"> <div class="o-reveal" style="text-align:center;margin-bottom:var(--space-4xl);"> <h6><?php esc_html_e( 'The Island', 'ophiro' ); ?></h6> <h1 style="font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;"><?php esc_html_e( 'Discover Sri Lanka', 'ophiro' ); ?></h1> <div class="o-gold-line o-gold-line--center"></div> <p style="font-size:var(--text-lg);color:var(--ophiro-text-secondary);max-width:700px;margin:var(--space-xl) auto 0;"> <?php esc_html_e( 'An island of extraordinary diversity — ancient cities, emerald tea estates, golden beaches, and untamed wilderness await.', 'ophiro' ); ?> </p> </div> </div> </section> <section class="o-section o-section--sm" style="padding-top:0;"> <div class="o-container"> <div class="o-content-grid o-stagger"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <a href="<?php the_permalink(); ?>" class="o-content-card"> <div class="o-content-card__image"> <?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail( 'ophiro-card', array( 'loading' => 'lazy' ) ); ?> <?php else : ?> <div style="width:100%;height:100%;background:var(--ophiro-bg-surface);"></div> <?php endif; ?> </div> <div class="o-content-card__body"> <span class="o-content-card__category"><?php esc_html_e( 'Destination', 'ophiro' ); ?></span> <h3 class="o-content-card__title"><?php the_title(); ?></h3> <p class="o-content-card__excerpt"><?php echo esc_html( wp_trim_words( get_the_excerpt(), 22 ) ); ?></p> </div> </a> <?php endwhile; endif; ?> </div> <?php ophiro_pagination(); ?> </div> </section> <!-- Editorial Sections --> <section class="o-section" style="background:var(--ophiro-bg-elevated);"> <div class="o-container o-container--narrow"> <div class="o-reveal o-text-center"> <h6><?php esc_html_e( 'Plan Your Visit', 'ophiro' ); ?></h6> <h2><?php esc_html_e( 'Best Time to Visit', 'ophiro' ); ?></h2> <div class="o-gold-line o-gold-line--center"></div> <p style="font-size:var(--text-base);color:var(--ophiro-text-tertiary);line-height:var(--leading-body);margin-top:var(--space-xl);"> <?php esc_html_e( 'Sri Lanka is a year-round destination, with its two monsoon seasons creating distinct experiences across the island. The west and south coasts shine from November to April, while the east coast beckons from May to September. Our travel architects know precisely when and where to place you for optimal conditions.', 'ophiro' ); ?> </p> <a href="<?php echo esc_url( home_url( '/enquire/' ) ); ?>" class="o-btn o-btn--outline" style="margin-top:var(--space-2xl);"> <?php esc_html_e( 'Ask Our Experts', 'ophiro' ); ?> </a> </div> </div> </section> <?php get_footer(); ?>
Save Changes
Cancel
Create New File
Create New Folder