diff --git a/header.php b/header.php index fffc4b7..60a152b 100644 --- a/header.php +++ b/header.php @@ -8,32 +8,57 @@ */ ?> - - + - <?php wp_title('-', true, 'right'); ?> - - - + - + + + + + + + + + + + '; - } - wp_head(); - wp_print_scripts('jquery'); - mourning(); - if (kratos_option('seo_statistical')) { - echo kratos_option('seo_statistical'); - } + if (is_home()) { + echo ""; + } else { + $tags = get_the_tags(); + if (is_array($tags)) { + foreach ($tags as $tag) { ?> + + + + + + + + + + + '; + } + wp_head(); + wp_print_scripts('jquery'); + mourning(); + if (kratos_option('seo_statistical')) { + echo kratos_option('seo_statistical'); + } ?> -
- \ No newline at end of file +