-
-
-
-
+ //شروع بخش اسلایدر
+ '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();?>
+
+
+ //پایان بخش اسلایدر