This commit is contained in:
parent
204141ec66
commit
325f2ddaa0
|
|
@ -42,7 +42,6 @@ if (!function_exists("translateContractType")) {
|
|||
<?php foreach ($offresEmplois->posts as $offre) : ?>
|
||||
<?php
|
||||
$contractType = get_field("contract_type", $offre->ID) ? get_field("contract_type", $offre->ID)['label'] : null;
|
||||
echo $contractType;
|
||||
$offrePermalink = get_the_permalink($offre->ID);
|
||||
get_the_content($offre->ID);
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ if (!function_exists("translateContractType")) {
|
|||
<?php foreach ($offresEmplois->posts as $offre) : ?>
|
||||
<?php
|
||||
$contractType = get_field("contract_type", $offre->ID) ? get_field("contract_type", $offre->ID)['label'] : null;
|
||||
echo $contractType;
|
||||
$offrePermalink = get_the_permalink($offre->ID);
|
||||
get_the_content($offre->ID);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user