correct width logo
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<?if (defined('TESTMODE') and TESTMODE == 1):?>
|
<?if (defined('TESTMODE') and TESTMODE == 1):?>
|
||||||
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=2">
|
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=2">
|
||||||
<?else:?>
|
<?else:?>
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=154">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=155">
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
|
||||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<?$author = get_the_author();
|
<?$author = get_the_author();
|
||||||
if ( ! empty ( $author ) AND $author !== 'vetandlife.ru'):?>
|
if ( ! empty ( $author ) AND $author !== 'vetandlife.ru'):?>
|
||||||
<div class="post_author">
|
<div class="post_author">
|
||||||
Автор: <?php the_author(); ?>
|
Автор: <?=the_author_posts_link()?>
|
||||||
</div>
|
</div>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user