fix for getting the speakers' page url
This commit is contained in:
parent
a820618363
commit
94ac9ffb43
|
@ -42,7 +42,7 @@ if ('en' === $lang) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$args = array(
|
$args = array(
|
||||||
'name' => $s_slug,
|
'name' => $CF['s_slug'],
|
||||||
'post_type' => 'page',
|
'post_type' => 'page',
|
||||||
'numberposts' => 1
|
'numberposts' => 1
|
||||||
);
|
);
|
||||||
|
@ -55,5 +55,4 @@ if( $my_posts ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue