add beta rfo
This commit is contained in:
@@ -17,7 +17,7 @@ if ($categories) {
|
||||
$related_posts_query = new WP_Query($args);
|
||||
|
||||
if ($related_posts_query->have_posts()) {
|
||||
|
||||
echo '<div class="related-posts">';
|
||||
echo '<div class="article-section-title__rfo">Читайте также:</div>';
|
||||
echo '<div class="articles-preview-rfo">';
|
||||
|
||||
@@ -26,6 +26,7 @@ if ($categories) {
|
||||
get_template_part('content', 'post-rfo');
|
||||
}
|
||||
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
wp_reset_postdata();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user