diff --git a/components/article.php b/components/article.php index a959f62..deaf252 100644 --- a/components/article.php +++ b/components/article.php @@ -5,6 +5,8 @@

+ +

-
-
- - - - -
+ + diff --git a/components/article/terms.php b/components/article/terms.php index f997392..bac3f8a 100644 --- a/components/article/terms.php +++ b/components/article/terms.php @@ -1,19 +1,29 @@ +

Tags et catégories

"; + echo '

Romans

'; $romans = get_the_terms($post->ID, 'roman'); foreach( $romans as $roman ) { - echo " " . $roman->name . ""; + echo "
  •  " . $roman->name . "
  • "; } + echo ""; } else { $categories = get_the_category(); + echo ""; } $tags = get_the_tags(); if ($tags) { + echo ""; } ?> diff --git a/components/footer-content.php b/components/footer-content.php index 827b154..f4a6cd9 100644 --- a/components/footer-content.php +++ b/components/footer-content.php @@ -1,31 +1,36 @@ - diff --git a/components/logo.php b/components/logo.php index 9093918..7437f29 100644 --- a/components/logo.php +++ b/components/logo.php @@ -1,3 +1,3 @@
    -

    Kazhnuz

    +

    <?php echo get_bloginfo( 'name' ); ?>

    diff --git a/components/navbar-category.php b/components/navbar-category.php index 3d5d444..79fadf9 100644 --- a/components/navbar-category.php +++ b/components/navbar-category.php @@ -1,4 +1,5 @@