content-recent-jobs-widget.php 260 B

1234567
  1. <?php
  2. global $post;
  3. ?>
  4. <li >
  5. <a href="<?php the_permalink(); ?>"><?php esc_attr( the_title() ); ?></a>
  6. <div><i class="fa fa-calendar-times-o"></i> <?php echo date_i18n(get_option('date_format'), strtotime(get_the_date('F jS, Y'))); ?></div>
  7. </li>