File "search.php"
Full Path: /home/u308665662/domains/alhikmatranslations.com/public_html/wp-content/themes/twentytwenty/search.php
File size: 3.8 KB
MIME-type: text/x-php
Charset: utf-8
<?php get_header(); ?>
<!--Page Title-->
<section class="page-banner">
<div class="image-layer" style="background: rgb(16,74,141);
background: linear-gradient(90deg, rgba(16,74,141,1) 0%, rgba(75,128,190,1) 42%, rgba(4,36,73,1) 100%);"></div>
<div class="banner-inner">
<div class="auto-container">
<div class="inner-container clearfix">
<h1>All Packages</h1>
<div class="page-nav">
<ul class="bread-crumb clearfix">
<li><a href="index.php">Home</a></li>
<li><a href="#">Pages</a></li>
<li>Search Result</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Welcome Section-->
<!-- <section class="welcome-section">
<div class="auto-container">
<div class="title-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<h2>Your Trusted Partner<br> Across
<strong>Multiple Industries</strong>
</h2>
<div class="text" >At Al Moosawi Trading LLC, we take pride in offering specialized marine valve and fittings solutions across a wide range of industries. Our expertise and products cater to the diverse needs of the marine sector, ensuring that our clients receive high-quality, reliable components for their operations.</div>
</div>
<?php /*?> <div class="image-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<img src="images/office2.png" alt="">
</div><?php */ ?>
</div>
</section>-->
<section class="news-section2" style="background-color: #f1f1f1; padding-bottom: 30px; padding-top: 30px;">
<div class="auto-container">
<?php if (have_posts()): ?>
<?php while (have_posts()):
the_post(); ?>
<div class="row clearfix"
style="margin-top: 30px; margin-bottom: 30px;flex-direction:<?php echo $flex_direction; ?>">
<!--News Column-->
<div class="news-column col-xl-7 col-lg-7 col-md-12">
<div class="inner title-box" style="margin-top: 15px; padding-bottom: 15px;">
<a href="<?php echo the_permalink() ?>"> <h2 style="font-size:30px;color:#104a8e; margin-top: 40px;"><?php echo the_title() ?></a>
</h2>
<div class="text" style="text-align: justify;">
<?php
$post_type = get_post_type();
$post_type_obj = get_post_type_object($post_type);
echo esc_html($post_type_obj->labels->singular_name);
?>
<!-- Excerpt -->
<p><?php echo wp_trim_words(get_the_excerpt(), 20); ?></p>
</div>
</div>
</div>
<div class="news-column col-xl-5 col-lg-7 col-md-12">
<div class="inner title-box" style="margin-top: 15px; padding-bottom: 15px;">
<?php if (has_post_thumbnail()): ?>
<img src="<?php echo get_the_post_thumbnail_url(get_the_ID(), 'full'); ?>"
style="border-radius: 25px;">
<?php endif; ?>
</div>
</div>
<!--Form Column-->
</div>
<?php endwhile; ?>
<?php else: ?>
<p>No results found.</p>
<?php endif; ?>
</div>
<?php get_footer(); ?>