324 results found for “posts”. Showing results 51 to 75.
-
classWP_Posts_List_Table
Core class used to implement displaying posts in a list table.
-
methodWP_Query::get_posts()
Retrieves an array of posts based on query variables.
-
Filters the columns displayed in the Posts list table.
-
Filters the SELECT clause of the query.
-
Filters the ORDER BY used when ordering search results.
-
functionthe_posts_navigation()
Displays the navigation to next/previous set of posts, when applicable.
-
functionthe_posts_pagination()
Displays a paginated navigation to next/previous set of posts, when applicable.
-
methodWP_Query::have_posts()
Determines whether there are more posts available in the loop.
-
Filters all query clauses at once, for convenience.
-
Filters the GROUP BY clause of the query.
-
Filters the ORDER BY clause of the query.
-
Fires before the Filter button on the Posts and Pages list tables.
Used by 2 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:594 -
functionwp_check_locked_posts()
Checks lock status for posts displayed on the Posts screen.
-
functioncount_many_users_posts()
Gets the number of posts written by a list of users.
-
Filters the DISTINCT clause of the query.
-
methodWP_Query::rewind_posts()
Rewinds the posts and resets post index.
-
function_count_posts_cache_key()
Returns the cache key for wp_count_posts() based on the passed arguments.
-
functionadjacent_posts_rel_link()
Displays the relational links for the posts adjacent to the current post.
-
functionget_posts_by_author_sql()
Retrieves the post SQL based on capability, author, and type.
-
functionget_previous_posts_link()
Retrieves the previous posts page link.