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