PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wp-job-manager
/
templates
<?php /** * Job listing summary * * This template can be overridden by copying it to yourtheme/job_manager/content-summary-job_listing.php. * * @see https://wpjobmanager.com/document/template-overrides/ * @author Automattic * @package WP Job Manager * @category Template * @version 1.31.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } global $job_manager; ?> <a href="<?php the_permalink(); ?>"> <?php if ( get_option( 'job_manager_enable_types' ) ) { ?> <?php $types = wpjm_get_the_job_types(); ?> <?php if ( ! empty( $types ) ) : foreach ( $types as $type ) : ?> <div class="job-type <?php echo esc_attr( sanitize_title( $type->slug ) ); ?>"><?php echo esc_html( $type->name ); ?></div> <?php endforeach; endif; ?> <?php } ?> <?php if ( $logo = get_the_company_logo() ) : ?> <img src="<?php echo esc_url( $logo ); ?>" alt="<?php the_company_name(); ?>" title="<?php the_company_name(); ?> - <?php the_company_tagline(); ?>" /> <?php endif; ?> <div class="job_summary_content"> <h2 class="job_summary_title"><?php wpjm_the_job_title(); ?></h2> <p class="meta"><?php the_job_location( false ); ?> — <?php the_job_publish_date(); ?></p> </div> </a>
[+]
..
[-] job-preview.php
[edit]
[-] job-application-email.php
[edit]
[-] job-dashboard-login.php
[edit]
[-] content-widget-no-jobs-found.php
[edit]
[-] content-widget-job_listing.php
[edit]
[-] job-submit.php
[edit]
[-] job-pagination.php
[edit]
[-] job-submitted.php
[edit]
[-] content-no-jobs-found.php
[edit]
[-] job-filters.php
[edit]
[-] account-signin.php
[edit]
[-] content-job_listing.php
[edit]
[+]
form-fields
[-] job-listings-start.php
[edit]
[-] content-single-job_listing.php
[edit]
[-] job-filter-job-types.php
[edit]
[-] content-summary-job_listing.php
[edit]
[-] content-single-job_listing-company.php
[edit]
[-] job-listings-end.php
[edit]
[-] content-single-job_listing-meta.php
[edit]
[-] job-application.php
[edit]
[-] pagination.php
[edit]
[-] job-dashboard.php
[edit]
[+]
emails
[-] job-application-url.php
[edit]