add mobile media css
This commit is contained in:
17
category.php
17
category.php
@@ -9,7 +9,12 @@ $nn = 0;?>
|
||||
|
||||
|
||||
|
||||
<div id="content">
|
||||
<div id="content">
|
||||
|
||||
<ul id="nav_content">
|
||||
<li><a href="http://beta.vetandlife.ru">Главная</li>
|
||||
<li> - <?single_cat_title()?></li>
|
||||
</ul>
|
||||
|
||||
<h1 class="my-4"><?=single_cat_title()?></h1>
|
||||
|
||||
@@ -26,7 +31,7 @@ $nn = 0;?>
|
||||
<h2 class="main-card-title"><a href="<?the_permalink();?>"><?the_title();?></a></h2>
|
||||
<div class="main-card-body">
|
||||
<div class="main-card-text"><a href="<?the_permalink();?>"><?the_excerpt();?></a></div>
|
||||
<div class="news_date"><?the_time('j F Y, G:i');?></div>
|
||||
<div class="news_date"><?the_time('j F Y, G:i');?></div>>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -58,6 +63,14 @@ $nn = 0;?>
|
||||
|
||||
<?php endif;?>
|
||||
|
||||
<?php if ( $wp_query->max_num_pages > 1 ) : ?><div class="pagination-wrapper"><?php the_posts_pagination( array(
|
||||
'prev_text' => __( 'Предыдущая', 'quidus' ),
|
||||
'next_text' => __( 'Следующая', 'quidus' ),
|
||||
'end_size' => 2,
|
||||
'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'quidus' ) . ' </span>',
|
||||
) );
|
||||
?></div><?php endif;?>
|
||||
|
||||
|
||||
</div> <!-- end content -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user