PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
job-manager
/
templates
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $post; ?> <li <?php job_listing_class(); ?> data-longitude="<?php echo esc_attr( $post->geolocation_lat ); ?>" data-latitude="<?php echo esc_attr( $post->geolocation_long ); ?>"> <a href="<?php the_job_permalink(); ?>"> <?php the_company_logo( 'medium' ); ?> <div class="position"> <h3><?php wpjm_the_job_title(); ?></h3> <div class="company"> <?php the_company_name( '<strong>', '</strong> ' ); ?> <?php the_company_tagline( '<span class="tagline">', '</span>' ); ?> </div> </div> <div class="location"> <?php the_job_location( false ); ?> </div> <ul class="meta"> <?php do_action( 'job_listing_meta_start' ); ?> <?php if ( get_option( 'job_manager_enable_types' ) ) { ?> <?php $types = wpjm_get_the_job_types(); ?> <?php if ( ! empty( $types ) ) : foreach ( $types as $type ) : ?> <li class="job-type <?php echo esc_attr( sanitize_title( $type->slug ) ); ?>"><?php echo esc_html( $type->name ); ?></li> <?php endforeach; endif; ?> <?php } ?> <li class="date"><?php the_job_publish_date(); ?></li> <?php do_action( 'job_listing_meta_end' ); ?> </ul> </a> </li>
[+]
..
[-] job-application.php
[edit]
[-] content-job_listing.php
[edit]
[-] content-single-job_listing-meta.php
[edit]
[-] content-single-job_listing-company.php
[edit]
[-] job-submitted.php
[edit]
[-] content-summary-job_listing.php
[edit]
[-] job-preview.php
[edit]