get_postdata() Retrieves all post data for a given post.
start_wp() Sets up the WordPress Loop.
the_category_ID() Returns or prints a category ID.
the_category_head() Prints a category with optional text before and after.
previous_post() Prints a link to the previous post.
next_post() Prints link to the next post.
user_can_create_post() Whether user can create a post.
user_can_create_draft() Whether user can create a post.
user_can_edit_post() Whether user can edit a post.
user_can_delete_post() Whether user can delete a post.
user_can_set_post_date() Whether user can set new posts' dates.
user_can_edit_post_date() Whether user can delete a post.
user_can_edit_post_comments() Whether user can delete a post.
user_can_delete_post_comments() Whether user can delete a post.
user_can_edit_user() Can user can edit other user.
get_linksbyname() Gets the links associated with category $cat_name.
wp_get_linksbyname() Gets the links associated with the named category.
get_linkobjectsbyname() Gets an array of link objects associated with category $cat_name.
get_linkobjects() Gets an array of link objects associated with category n.
get_linksbyname_withrating() Gets the links associated with category 'cat_name' and display rating stars/chars.
get_links_withrating() Gets the links associated with category n and display rating stars/chars.
get_autotoggle() Gets the auto_toggle setting.
list_cats() Lists categories.
wp_list_cats() Lists categories.
dropdown_cats() Deprecated method for generating a drop-down of categories.
list_authors() Lists authors.
wp_get_post_cats() Retrieves a list of post categories.
wp_set_post_cats() Sets the categories that the post ID belongs to.
get_archives() Retrieves a list of archives.
get_author_link() Returns or Prints link to the author's posts.
link_pages() Print list of pages based on arguments.
get_settings() Get value based on option.
permalink_link() Print the permalink of the current post in the loop.
permalink_single_rss() Print the permalink to the RSS feed.
wp_get_links() Gets the links associated with category.
get_links() Gets the links associated with category by ID.
get_links_list() Output entire list of links by category.
links_popup_script() Show the link to the links popup and the number of links.
get_linkrating() Legacy function that retrieved the value of a link's link_rating field.
get_linkcatname() Gets the name of category by ID.
comments_rss_link() Print RSS comment feed link.
get_category_rss_link() Print/Return link to category RSS2 feed.
get_author_rss_link() Print/Return link to author RSS feed.
comments_rss() Return link to the post RSS feed.
create_user() An alias of wp_create_user().
gzip_compression() Unused function.
get_commentdata() Retrieve an array of comment data about comment $comment_id.
get_catname() Retrieve the category name by the category ID.
get_category_children() Retrieve category children list separated before and after the term IDs.
get_all_category_ids() Retrieves all category IDs.