Browse Source

Minor fix on homepage

Md Mozahidur Rahman 1 năm trước cách đây
mục cha
commit
53419b4b54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      page-template/page-home.php

+ 1 - 1
page-template/page-home.php

@@ -428,7 +428,7 @@ get_header(); ?>
                     <?php
                     $args = array(
                         'post_type'      => 'news',
-                        'posts_per_page' => 6,
+                        'posts_per_page' => 4,
                         'post__not_in' => array(get_the_ID()),
                         'orderby'        => 'date',
                         'order'          => 'DESC',