The_post



Welcome to POST Houston, located in Downtown Houston. POST will transform the former Barbara Jordan Post Office into a hub for food, shopping, workspace and recreation. The Post provides apartments for rent in the Pleasant Hill, CA area. Discover floor plan options, photos, amenities, and our great location in Pleasant Hill. Javascript has been disabled on your browser, so some functionality on the site may be disabled.

  1. The Postcard Killings
  2. The_posts_navigation Numbers
The_post_thumbnail_url

Fires once the post data has been set up.

Contents

  • More Information
  • Related

Parameters Parameters

$post

(WP_Post)The Post object (passed by reference).

$query

(WP_Query)The current Query object (passed by reference).

More Information More Information

The ‘the_post’ action hook allows developers to modify the post object immediately after being queried and setup.

The post object is passed to this hook by reference so there is no need to return a value.

Example Example

The_posts_paginationSizes

Source Source

Wordpress

File: wp-includes/class-wp-query.php

Related Related

The Postcard Killings

Used By Used By

The_posts_navigation Numbers

Used By
Used ByDescription
wp-includes/class-wp-query.php:WP_Query::setup_postdata()

Set up global post data.