FOR CUSTOM POST TYPE QUERY :

PHOTO EMBED

Fri Jun 17 2022 14:55:38 GMT+0000 (Coordinated Universal Time)

Saved by @hamzahanif192

   <?php $count=1;  $index_query = new WP_Query(array( 'post_type' => 'our_services', 'posts_per_page' => -1,'order'=>'ASC' )); ?>
   <?php while ($index_query->have_posts()) : $index_query->the_post(); ?>
content_copyCOPY