538 results found for “page”. Showing results 1 to 25.
-
functionis_page()
Determines whether the query is for an existing single page.
-
functionget_page()
Retrieves page data given a page ID or page object.
-
functionis_paged()
Determines whether the query is for a paged result and not for the first page.
-
functionget_pages()
Retrieves an array of pages (or hierarchical post type items).
-
hookget_pages
Filters the retrieved list of pages.
-
hookpage_link
Filters the permalink for a page.
-
functionlink_pages()
Print list of pages based on arguments.
-
hooklist_pages
Filters the page title when creating an HTML drop-down list of pages.
-
hooktagsperpage
Filters the number of terms displayed per page for the Tags list table.
-
classWalker_Page
Core walker class used to create an HTML list of pages.
-
functionget_page_uri()
Builds the URI path for a page.
-
hookget_page_uri
Filters the URI for a page.
-
functionwp_page_menu()
Displays or retrieves a list of pages with an optional home link.
-
hookwp_page_menu
Filters the HTML output of a page-based menu.
-
hook{$page_hook}
Used to call the registered callback for a plugin screen.
-
functionadd_menu_page()
Adds a top-level menu page.
-
functionget_page_link()
Retrieves the permalink for the current page or page ID.
-
functionis_front_page()
Determines whether the query is for the front page of the site.
-
-
functionmenu_page_url()
Gets the URL to access a particular menu page based on the slug it was registered with.
-
functionwp_link_pages()
The formatted output of a list of pages.
-
hookwp_link_pages
Filters the HTML output of page links for paginated posts.
-
functionwp_list_pages()
Retrieves or displays a list of pages (or hierarchical post type items) in list (li) format.
-
hookwp_list_pages
Filters the HTML output of the pages to list.
-
function_wp_link_page()
Helper function for wp_link_pages().