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

Changelog
Version Description
WP-1.5.0 Introduced.