FIX Fixing page icon not showing in nl
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8edf2395b7
commit
bd065aa7a9
|
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
get_header();
|
get_header();
|
||||||
|
do_action('wpml_switch_language', 'fr');
|
||||||
$pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
|
$pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
|
||||||
|
do_action('wpml_switch_language', $currentLang);
|
||||||
|
|
||||||
$initialPosts = new WP_Query([
|
$initialPosts = new WP_Query([
|
||||||
"post_status" => "publish",
|
"post_status" => "publish",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user