AB
Size: a a a
AB
N
N
RM
то є код
RM
<div class="author__row-item">
<div class="author__row-item__year"><strong>1982</strong></div>
<div class="author__row-item__content">
<p>Eugene Smith Award for Humanitarian Photography, USA</p>
</div>
</div>
N
if (have_posts()) :
while (have_posts()) :
the_post();
?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>" class="catalog-object-element">
<?php the_post_thumbnail('thumbnail') ?>
<span><?php the_title(); ?></span>
</a><?php
endwhile;
endif;
?>
<center><?php the_posts_pagination() ?></center>
<?php
$posts = get_posts( array(
'numberposts' => 12,
'orderby' => 'date',
'order' => 'DESC',
'post_type' => 'post',
'suppress_filters' => true, // подавление работы фильтров изменения SQL запроса
) );
foreach( $posts as $post ){
?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>" class="catalog-object-element">
<?php the_post_thumbnail('thumbnail') ?>
<span><?php the_title(); ?></span>
</a><?php
}
?>
<center><?php the_posts_pagination() ?></center>
ММ
<div class="author__row-item">
<div class="author__row-item__year"><strong>1982</strong></div>
<div class="author__row-item__content">
<p>Eugene Smith Award for Humanitarian Photography, USA</p>
</div>
</div>
RM
N
N
ММ
RM
N
М
ММ
N
ММ
ММ
ММ