Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get post index wordpress

<?php $i = 0; while ( have_posts() ) : the_post(); ?>
  <?php
	//do something
  $i++;
  ?>
<?php endwhile; ?>
 
PREVIOUS NEXT
Tagged: #post #index #wordpress
ADD COMMENT
Topic
Name
5+9 =