Jump to content

Widget upcoming EVENTS


bass

Recommended Posts

I did widget page "EVENTS" and trying to do so that the informer was deduced on the personal page of pilots ... can someone tell me how to do it?

2015-12-29_012010.jpg

<!-- START .main-contents -->
<div class="main-contents">
<div class="container">
 <div class="row">
 <div class="col-md-3">
 <div class="ft-item">
 <span class="ft-image">
	 <img src="<?php echo $event->image; ?>" alt="Event Image" />
 </span>
 <div class="ft-data">

	 <p><a href="#" class="ft-plane text-upper"><?php echo $event->arr; ?>-<?php echo $event->arr; ?></a></p>
	 <p>Sch/Num: <?php echo $event->schedule; ?></p>
	 </div>
	 <div class="ft-foot">
	 <h4 class="ft-title text-upper"><a href="#"><?php echo $event->title; ?></a></h4>
	 <span class="ft-offer text-upper">Starting From <?php echo date('G:i', strtotime($event->time)); ?></span>
 </div>
 <div class="ft-foot-ex">
 <span class="ft-date text-upper alignleft"><?php echo date('m/d/Y', strtotime($event->date)); ?></span> - VIEW </div>
 </div>
 </div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...