diff --git a/header.php b/header.php index 2de1992..3fcba9d 100644 --- a/header.php +++ b/header.php @@ -32,6 +32,8 @@ '; + $blog_details = get_blog_details(); + $blog_slug = str_replace('/', '', $blog_details->path); + echo ''; } ?>