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() | Outputs a dropdown list of static pages (list in the <select> tag). |
| wp_dropdown_users() | Displays a dropdown list of users. |
| wp_get_archives() | Outputs a list of links to archive pages by date (days, months, years). |
| wp_get_list_item_separator() | Gets the separator for list items. What the separator will be depends on the current site locale. |
| wp_list_authors() | Outputs a list of blog authors as links to their posts if posts exist. |
| wp_list_bookmarks() | Displays a list of links specified on the "Administration > Links" page. |
| 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() | Outputs comments of posts (posts, pages). The function can accept a number of parameters and is used in the template to display a list of comments for a post/page. Some parameters can be configured in the admin panel. |
| wp_list_pages() | Outputs a list of static pages as links. |
| wp_page_menu() | Outputs a list of static blog pages as links to the corresponding pages. An analogue of wp_list_pages(), but there is an option to add a "home" link at the beginning. |
| wp_tag_cloud() | Outputs or retrieves a tag cloud (a list of tags in the form of a cloud). You can specify any taxonomy. |
| wp_terms_checklist() | Displays/retrieve the UL list of checkbox input elements input type="checkbox" labelled with term names. |