This commit is contained in:
g
2020-10-21 19:59:19 +03:00
parent e79df62cd8
commit 5b79797cc2

View File

@@ -1,6 +1,6 @@
<?php
get_header();
$posts = get_posts();
$posts = get_posts(['nopaging' => true]);
?>
<div class="content no-pb">
<div class="blog-page">