diff --git a/blocks/archive.php b/blocks/archive.php index 09688d9..4f65129 100644 --- a/blocks/archive.php +++ b/blocks/archive.php @@ -21,8 +21,8 @@ if( $posts ): ?>
- <?the_title();?> -
Читать газету
«Ветеринария и Жизнь»
+ <?the_title();?> +
Читать газету
«Ветеринария и Жизнь»
diff --git a/blocks/social-share.php b/blocks/social-share.php new file mode 100644 index 0000000..7edd2eb --- /dev/null +++ b/blocks/social-share.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/category-rosselkhoznadzor.php b/category-rosselkhoznadzor.php index 10b8038..743091f 100644 --- a/category-rosselkhoznadzor.php +++ b/category-rosselkhoznadzor.php @@ -28,7 +28,7 @@ $nn = 0;?> <?the_title();?> -

+

diff --git a/category.php b/category.php index 212b02e..7acbf9d 100644 --- a/category.php +++ b/category.php @@ -26,7 +26,9 @@ $nn = 0;?>
- <?the_title();?> +
+ <?the_title();?> +

diff --git a/header.php b/header.php index c381934..1532eae 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?> - + diff --git a/index.php b/index.php index 2d2d536..8a1dce6 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ $nn = 0;?> array(2), + 'category__in' => array(2), 'meta_query' => array( array( 'key' => '_thumbnail_id', diff --git a/single.php b/single.php index 9ff1de0..d41de05 100644 --- a/single.php +++ b/single.php @@ -27,7 +27,7 @@ name;?>,

diff --git a/style.css b/style.css index 839fa97..3061b7b 100644 --- a/style.css +++ b/style.css @@ -1214,6 +1214,7 @@ img-fluid{ display: none; } + .main-card-title{ font-size: 24px; } @@ -1365,6 +1366,10 @@ img-fluid{ display: none; } + #footer-contact{ + display: none; + } + #content{ margin: 8px; width: 100%; @@ -1405,6 +1410,9 @@ and (max-device-width : 667px) { width: 100%; } + #footer-contact{ + display: none; + } }