?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/saintgilleslesbains/wp-content/themes/pressville/job_manager/
Upload File :
Current File : /home/rankinh/saintgilleslesbains/wp-content/themes/pressville/job_manager/job-listings-end.php

<?php
/**
 * Content shown after job listings in `[jobs]` shortcode.
 *
 * This template can be overridden by copying it to yourtheme/job_manager/job-listings-end.php.
 *
 * @see         https://wpjobmanager.com/document/template-overrides/
 * @author      Automattic
 * @package     wp-job-manager
 * @category    Template
 * @version     1.15.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?>
</ul>
<?php
	if (is_user_logged_in()) { ?>
		<div class="annonceur">
			<h2>Vous souhaitez publier vos offres d'emploi sur ce site</h2>
			<a href="/wp-admin/post-new.php?post_type=job_listing">Ajouter une offre d'emploi</a>
		</div>  
	<?php } else {?>
	 <div class="annonceur">
	 	<h2>Vous souhaitez publier vos offres d'emploi sur ce site</h2>
		<a href="/connexion">SE CONNECTER / S'INSCRIRE</a>
	</div><?php } ?>