0% found this document useful (0 votes)
28 views1 page

VFDF

We provide courier services including international export and import. Our services are displayed on our website with images and descriptions of each offering, such as international shipping, freight forwarding, and transportation services. Visitors can learn more about each courier service by clicking on the service name or image.

Uploaded by

Ahsan Ramzan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

VFDF

We provide courier services including international export and import. Our services are displayed on our website with images and descriptions of each offering, such as international shipping, freight forwarding, and transportation services. Visitors can learn more about each courier service by clicking on the service name or image.

Uploaded by

Ahsan Ramzan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<div class="container">

<div class="mid-title text-center">


<h1>Our courier services</h1>
</div>
<?php /* <div class="row">
<div class="col-md-6 text-xs-center"><img src="<?php
bloginfo('template_url'); ?>/images/export.jpg" alt=""></div>
<div class="col-md-6 text-md-right text-xs-center "><img src="<?php
bloginfo('template_url'); ?>/images/import.jpg" alt=""></div>
</div>
*/ ?>

<div class="row text-center our-services">


<?php $c_service = array( 'post_type' => 'ps_promotion', 'tax_query' =>
array( 'relation' => 'AND',array( 'taxonomy' => 'promotion-categories', 'field' =>
'term_id', 'terms' =>'11')));
$query = new WP_Query($c_service);
while ( $query->have_posts()) : $query->the_post();
$featuredImage =
wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' );
$url = get_field('page_urls');
echo '<div class="col-md-4 col-sm-6">';
echo '<a href="'. $url .'" class="item">';
echo '<img src="'.$featuredImage[0].'" alt="">';
echo '<h3>'.get_the_title().'</h3>';
//echo '<p>'.strip_tags(get_the_content()).'</p>';
echo '</a>';
echo '</div>';
endwhile; wp_reset_query();
?>
</div>
</div>

You might also like