Codex tools: Log in
Contents |
Gets post information.
<?php $blog_post = get_blog_post( $blog_id, $post_id ); ?>
Returns an array of the posts information:
ID post_author post_date post_date_gmt post_content post_title post_excerpt post_status comment_status ping_status post_password post_name to_ping pinged post_modified post_modified_gmt post_content_filtered post_parent guid menu_order post_type post_mime_type comment_count
get_blog_post() is located in wp-includes/ms-functions.php.