add moread_all

This commit is contained in:
2026-03-18 22:58:41 +03:00
parent 09ef3e1d6d
commit db4a7c7c38
13 changed files with 214 additions and 230 deletions

View File

@@ -28,7 +28,18 @@
<?the_content();?>
</div>
</div>
<?php
if ( is_page( array( 39828 ) ) ){
get_template_part('blocks/moread_all', null, array(
'posts_limit' => 6,
'category_id' => 2
));
}
?>
</div>
<?php get_footer();?>