Tuesday, July 23, 2019

fixed depart

 <?php if(have_rows('fixed_departure')){ ?>
              <div class="smooth-content" id="Join">
                <div class="module m-b-20">
                  <div class="heading m-b-20">
                    <h2>Join Departure</h2>
                  </div>
                    <div class="table-responsive m-b-20">
                      <div class="table-responsive">
                        <table class="table table-join table-striped">
                          <thead>
                            <tr>
                              <th>Start Date</th>
                              <th>End Date</th>
                              <th>space left</th>
                              <th>Price</th>
                              <th>Discount</th>
                              <th></th>
                            </tr>
                          </thead>
                          <tbody>
                   
                      <?php
$type = array( 'post_type_name');
    $bikashsoft_loop = new WP_Query( array(
    'post_type' => $type,
    'posts_per_page' => '-1',
    'suppress_filters' => true ));
    if($bikashsoft_loop->have_posts() ) : $bikashsoft_loop->the_post();
            ?>
           
     
              <tr>
              <?php
             if( have_rows('fixed_departure') ): the_row();
           
              $startdate = get_sub_field('start_date');
              $enddate = get_sub_field('end_date');
               $space = get_sub_field('status');
              $discountprice = get_sub_field('discount_price');
              $originalprice = get_sub_field('original_price');
              ?>
               
                              <td width="210px"><?php echo $startdate; ?></td>
                              <td width="200px"><?php echo $enddate; ?></td>
                              <td width="130px"><?php echo $space; ?></td>
                              <td width="180px"><?php echo $originalprice; ?> </td>
                              <td width="130px"><?php echo $discountprice; ?> </td>
                              <td> <a
                                  href="<?php echo esc_url( home_url( '/' ) ); ?>booking?trip_title=<?php echo urlencode(get_the_title($post->ID)); ?>&price=<?php echo $discountprice; ?>&date=<?php echo $startdate; ?>"
                                  class="btn btn--accent btn--small">Book Now</a></td>
                            <?php endif; ?>
                            </tr>
                            <?php endif; ?>
                         
                   
                          </tbody>
                        </table>
                      </div>
                    </div>
                </div>
           
              </div>
                <?php } ?>

No comments:

Featured Post

Make money online

https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A

Popular Posts