get index number wordpress query code example
Example 1: get index number wordpress loop
$index_query->current_post;
Example 2: get index number wordpress loop
$index_query->post->current_post;
$index_query->current_post;
$index_query->post->current_post;