diff --git a/schedule-config.php b/schedule-config.php index 26eec58..7b24d96 100644 --- a/schedule-config.php +++ b/schedule-config.php @@ -42,7 +42,7 @@ if ('en' === $lang) { } $args = array( - 'name' => $s_slug, + 'name' => $CF['s_slug'], 'post_type' => 'page', 'numberposts' => 1 ); @@ -55,5 +55,4 @@ if( $my_posts ) { } - ?>