324 results found for “posts”. Showing results 1 to 25.
-
functionget_posts()
Retrieves an array of the latest posts, or posts matching the given criteria.
-
hookthe_posts
Filters the array of retrieved posts after they’ve been fetched and internally processed.
-
functionhave_posts()
Determines whether current WordPress query has posts to loop over.
-
functionnext_posts()
Displays or retrieves the next posts page link.
-
hookposts_join
Filters the JOIN clause of the query.
-
hookfound_posts
Filters the number of found posts for the query.
-
hookposts_where
Filters the WHERE clause of the query.
-
functionquery_posts()
Sets up The Loop with query parameters.
-
hookposts_fields
Filters the SELECT clause of the query.
-
hookposts_search
Filters the search SQL that is used in the WHERE clause of WP_Query.
-
functionrewind_posts()
Rewind the loop posts.
-
hookposts_clauses
Filters all query clauses at once, for convenience.
-
hookposts_groupby
Filters the GROUP BY clause of the query.
-
hookposts_orderby
Filters the ORDER BY clause of the query.
-
hookposts_request
Filters the completed SQL query before sending.
-
hookposts_results
Filters the raw post results array, prior to status checks.
-
hookpre_get_posts
Fires after the query variable object is created, but before the actual query is run.
-
functionadd_posts_page()
Adds a submenu page to the Posts main menu.
-
functionfind_posts_div()
Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
-
hookposts_distinct
Filters the DISTINCT clause of the query.
-
functionposts_nav_link()
Displays the post pages link navigation for previous and next pages.
-
functionprevious_posts()
Displays or retrieves the previous posts page link.
-
functionwp_count_posts()
Counts number of posts of a post type and if user has permissions to view.
-
hookwp_count_posts
Filters the post counts by status for the current post type.
-
functionbulk_edit_posts()
Processes the post data for the bulk editing of posts.