the_post()
Iterate the post index in the loop.
Source
File: wp-includes/query.php
function the_post() {
global $wp_query;
$wp_query->the_post();
}
Changelog
Version | Description |
---|---|
WP-1.5.0 | Introduced. |
Iterate the post index in the loop.
File: wp-includes/query.php
function the_post() {
global $wp_query;
$wp_query->the_post();
}
Version | Description |
---|---|
WP-1.5.0 | Introduced. |