forked from LiveCarta/LiveCartaWP
LAW-3713
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
get_header();
|
||||
$posts = get_posts();
|
||||
$posts = get_posts(['nopaging' => true]);
|
||||
?>
|
||||
<div class="content no-pb">
|
||||
<div class="blog-page">
|
||||
|
||||
Reference in New Issue
Block a user