List (wp_list) (tag)

get_term_parents_list()

Gets the list of parents of the specified term (taxonomy element).

get_the_term_list()

Displays a list of links to taxonomy elements (e.g. tags) related to a specified post.

wp_dropdown_categories()

Display or retrieve the HTML dropdown list of categories. Instead of categories you can specify the name of an custom taxonomy.

wp_dropdown_pages()

Retrieve or display list of pages as a dropdown (select list).

wp_dropdown_users()

Create dropdown HTML content of users.

wp_get_archives()

Display archive links based on type and format.

wp_get_list_item_separator()

Retrieves the list item separator based on the locale.

wp_list_authors()

List all the authors of the site, with several options available.

wp_list_bookmarks()

Retrieve or echo all of the bookmarks.

wp_list_categories()

Displays a list of categories as HTML links. If you click on the link, all posts from the category will be shown.

wp_list_comments()

List comments. Used in the comments.php template to list comments for a particular post.

wp_list_pages()

Retrieve or display list of pages (or hierarchical post type items) in list (li) format.

wp_page_menu()

Displays or retrieves a list of pages with an optional home link.

wp_tag_cloud()

Display tag cloud. The text size is set by the 'smallest' and 'largest' arguments, which will use the 'unit' argument value for the CSS text size unit. The 'format' argument can be 'flat' (default), 'list', or 'array'. The flat value for the 'format' argument will separate tags with spaces. The list value for the 'format' argument will format the tags in a UL HTML list. The array value for the 'format' argument will return in PHP array type format.

wp_terms_checklist()

Displays/retrieve the UL list of checkbox input elements input type="checkbox" labelled with term names.