1,025 results found for “posts”. Showing results 551 to 575.
-
functionthe_excerpt()
Displays the post excerpt.
-
functionget_the_excerpt()
Retrieves the post excerpt.
-
functionset_post_type()
Updates the post type for the post ID.
-
functionget_posts()
Retrieves an array of the latest posts, or posts matching the given criteria.
-
Filters the capability to read private posts for a custom post type when generating SQL for getting posts by author.
-
functionupdate_post_cache()
Updates posts in cache.
-
functionupdate_post_caches()
Updates post, term, and metadata caches for a list of post objects.
-
functionset_post_thumbnail()
Sets the post thumbnail (featured image) for the given post.
-
functionsanitize_post()
Sanitizes every post field.
-
functionstick_post()
Makes a post sticky.
-
functionunstick_post()
Un-sticks a post.
-
hookwp_count_posts
Filters the post counts by status for the current post type.
-
functionget_available_post_mime_types()
Gets all available post MIME types for a given post type.
-
functionwp_update_post()
Updates a post with new post data.
-
functionwp_publish_post()
Publishes a post by transitioning the post status.
-
functioncheck_and_publish_future_post()
Publishes future post and make sure post ID has future post status.
-
Filters whether the post slug would make a bad hierarchical post slug.
-
function_truncate_post_slug()
Truncates a post slug.
-
functionwp_ajax_find_posts()
Handles querying posts for the Find Posts modal via AJAX.
-
functionis_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
-
functionrewind_posts()
Rewind the loop posts.
-
Filters the columns displayed in the Posts list table for a specific post type.
-
functionget_pending_comments_num()
Gets the number of pending comments on a post or posts.
-
functionthe_post_password()
Displays the post password.