PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wp-job-manager
/
templates
<?php /** * Notice when no jobs were found in `[jobs]` shortcode. * * This template can be overridden by copying it to yourtheme/job_manager/content-no-jobs-found.php. * * @see https://wpjobmanager.com/document/template-overrides/ * @author Automattic * @package WP Job Manager * @category Template * @since 1.0.0 * @version 1.31.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php if ( defined( 'DOING_AJAX' ) ) : ?> <li class="no_job_listings_found"><?php esc_html_e( 'There are no listings matching your search.', 'wp-job-manager' ); ?></li> <?php else : ?> <p class="no_job_listings_found"><?php esc_html_e( 'There are currently no vacancies.', 'wp-job-manager' ); ?></p> <?php endif; ?>
[+]
..
[-] 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]