1,025 results found for “posts”. Showing results 601 to 625.
-
functionsync_category_tag_slugs()
Synchronizes category and post tag slugs when global terms are enabled.
-
Avoids a collision between a site slug and a permalink slug.
-
functionget_editable_authors()
Gets author users who can edit posts.
-
functionget_editable_user_ids()
Gets the IDs of any users who can edit posts.
-
functionget_others_unpublished_posts()
Retrieves editable posts from other users.
-
functionget_others_pending()
Retrieve pending review posts from other users.
-
function_insert_into_post_button()
This was once used to display an ‘Insert into Post’ button.
-
functionget_post_to_edit()
Gets an existing post and format it for editing.
-
function_relocate_children()
This was once used to move child posts to a new parent.
-
functionwxr_authors_list()
Outputs list of authors with posts.
-
functionwxr_post_taxonomy()
Outputs list of taxonomy terms, in XML tag format, associated with a post.
-
functionwxr_filter_postmeta()
Determines whether to selectively skip post meta used for WXR exports.
-
functionexport_wp()
Generates the WXR export file for download.
-
Filters the post content used for WXR exports.
-
Filters the post excerpt used for WXR exports.
-
Filters whether to selectively skip post meta used for WXR exports.
-
functionget_tag()
Retrieves a post tag by tag ID or tag object.
-
functionwp_reset_postdata()
After looping through a separate query, this function restores the $post global to the current post in the main query.
-
functionis_archive()
Determines whether the query is for an existing archive page.
-
functionis_post_type_archive()
Determines whether the query is for an existing post type archive page.
-
functionis_day()
Determines whether the query is for an existing day archive.
-
functionis_preview()
Determines whether the query is for a post or page preview.
-
functionis_single()
Determines whether the query is for an existing single post.
-
functionhave_posts()
Determines whether current WordPress query has posts to loop over.
-
functionthe_post()
Iterate the post index in the loop.