the_post

Advertisement

Summery Summery

Iterate the post index in the loop.

Syntax Syntax

the_post()

Source Source

File: wp-includes/query.php

 */
function the_post() {
	global $wp_query;
	$wp_query->the_post();

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply