1,025 results found for “posts”. Showing results 526 to 550.
-
Edits a post for any registered post type.
-
Deletes a post for any registered post type.
-
Retrieves a post.
-
Retrieves posts.
-
functionget_postdata()
Retrieves all post data for a given post.
-
functionget_post_type()
Retrieves the post type of the current post or of a given post.
-
functionregister_post_type()
Registers a post type.
-
functionget_post_type_capabilities()
Builds an object with all post type capabilities out of a post type object
-
functionget_post_type_labels()
Builds an object with all post type labels out of a post type object.
-
functionthe_post_thumbnail()
Displays the post thumbnail.
-
functionget_the_post_thumbnail()
Retrieves the post thumbnail.
-
functionget_post()
Retrieves post data given a post ID or post object.
-
functionget_post_field()
Retrieves data from a post field based on Post ID.
-
functionget_post_status()
Retrieves the post status based on the post ID.
-
functiondelete_post_meta()
Deletes a post meta field for the given post ID.
-
functionget_post_meta()
Retrieves a post meta field for the given post ID.
-
functionupdate_post_meta()
Updates a post meta field based on the given post ID.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionget_the_title()
Retrieves the post title.
-
Filters the text prepended to the post title for protected posts.
-
Filters the text prepended to the post title of private posts.
-
hookthe_title
Filters the post title.
-
functionthe_content()
Displays the post content.
-
hookthe_content
Filters the post content.
-
functionget_the_content()
Retrieves the post content.