/ Published in: PHP
Expand |
Embed | Plain Text
# Standard Wordpress loop: $count = $wp_query->current_post + 1; # Custom loop using WP_Query: $count = $custom_query->current_post + 1;
You need to login to post a comment.
# Standard Wordpress loop: $count = $wp_query->current_post + 1; # Custom loop using WP_Query: $count = $custom_query->current_post + 1;
You need to login to post a comment.