';
echo '
';
echo '
';
}
} else {
echo esc_html__('No posts found.', 'blog-layouts');
}
?>
';
previous_posts_link(__('« Previous', 'blog-layouts'));
echo '
';
echo '';
echo paginate_links(array(
'total' => $wp_query->max_num_pages,
'current' => $paged,
'prev_next' => false,
));
echo '
';
echo '';
next_posts_link(__('Next »', 'blog-layouts'), $wp_query->max_num_pages);
echo '
';
echo '
'; echo get_avatar($comment->comment_author_email, 48); // Gravatar-Avatar echo '';
echo '';
echo '';
echo ' ';
echo ' ';
echo '';
}
} else {
echo __('No comments found.', 'blog-layouts');
}
?>
' . get_comment_excerpt($comment) . '
'; // Comment snippet echo '