From 380248a0f32d3221d636b03a7146d6b0c7ec4b41 Mon Sep 17 00:00:00 2001 From: heydar Date: Fri, 30 May 2025 13:13:09 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AF=D8=A7=DB=8C=D9=86=D8=A7=D9=85=DB=8C?= =?UTF-8?q?=DA=A9=20=DA=A9=D8=B1=D8=AF=D9=86=20=D8=A7=D8=B3=D9=84=D8=A7?= =?UTF-8?q?=DB=8C=D8=AF=D8=B1=20=D8=A8=D8=A7=20=D9=BE=D8=B3=D8=AA=20=D8=AA?= =?UTF-8?q?=D8=A7=DB=8C=D9=BE=20=D9=88=D8=B1=D8=AF=D9=BE=D8=B1=D8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 0023987..bd0e8d7 100644 --- a/index.php +++ b/index.php @@ -4,10 +4,29 @@
-
-
-
-
+ //شروع بخش اسلایدر + 'slider', + 'posts_per_page' => 4 + ); + $query = new WP_Query($args); + // The Query. + $the_query = new WP_Query( $args ); + + // The Loop. + if ( $the_query->have_posts() ) { + while ( $the_query->have_posts() ) { + $the_query->the_post();?> +
+ + //پایان بخش اسلایدر