get_next_posts_link() Retrieves the next posts page link.
next_posts_link() Displays the next posts page link.
get_previous_posts_page_link() Retrieves the previous posts page link.
previous_posts() Displays or retrieves the previous posts page link.
get_previous_posts_link() Retrieves the previous posts page link.
previous_posts_link() Displays the previous posts page link.
get_posts_nav_link() Retrieves the post pages link navigation for previous and next pages.
posts_nav_link() Displays the post pages link navigation for previous and next pages.
get_the_post_navigation() Retrieves the navigation to next/previous post, when applicable.
the_post_navigation() Displays the navigation to next/previous post, when applicable.
get_the_posts_navigation() Returns the navigation to next/previous set of posts, when applicable.
the_posts_navigation() Displays the navigation to next/previous set of posts, when applicable.
get_the_posts_pagination() Retrieves a paginated navigation to next/previous set of posts, when applicable.
the_posts_pagination() Displays a paginated navigation to next/previous set of posts, when applicable.
_navigation_markup() Wraps passed links in navigational markup.
get_comments_pagenum_link() Retrieves the comments page number link.
get_next_comments_link() Retrieves the link to the next comments page.
next_comments_link() Displays the link to the next comments page.
get_previous_comments_link() Retrieves the link to the previous comments page.
previous_comments_link() Displays the link to the previous comments page.
paginate_comments_links() Displays or retrieves pagination links for the comments on the current post.
get_the_comments_navigation() Retrieves navigation to next/previous set of comments, when applicable.
the_comments_navigation() Displays navigation to next/previous set of comments, when applicable.
get_the_comments_pagination() Retrieves a paginated navigation to next/previous set of comments, when applicable.
the_comments_pagination() Displays a paginated navigation to next/previous set of comments, when applicable.
home_url() Retrieves the URL for the current site where the front end is accessible.
get_home_url() Retrieves the URL for a given site where the front end is accessible.
site_url() Retrieves the URL for the current site where WordPress application files
get_site_url() Retrieves the URL for a given site where WordPress application files
admin_url() Retrieves the URL to the admin area for the current site.
get_admin_url() Retrieves the URL to the admin area for a given site.
includes_url() Retrieves the URL to the includes directory.
content_url() Retrieves the URL to the content directory.
plugins_url() Retrieves a URL within the plugins or mu-plugins directory.
network_site_url() Retrieves the site URL for the current network.
network_home_url() Retrieves the home URL for the current network.
network_admin_url() Retrieves the URL to the admin area for the network.
user_admin_url() Retrieves the URL to the admin area for the current user.
self_admin_url() Retrieves the URL to the admin area for either the current site or the network depending on context.
set_url_scheme() Sets the scheme for a URL.
get_dashboard_url() Retrieves the URL to the user's dashboard.
get_edit_profile_url() Retrieves the URL to the user's profile editor.
wp_get_canonical_url() Returns the canonical URL for a post.
rel_canonical() Outputs rel=canonical for singular queries.
wp_get_shortlink() Returns a shortlink for a post, page, attachment, or site.
wp_shortlink_wp_head() Injects rel=shortlink into the head if a shortlink is defined for the current page.
wp_shortlink_header() Sends a Link: rel=shortlink header if a shortlink is defined for the current page.
the_shortlink() Displays the shortlink for a post.
get_avatar_url() Retrieves the avatar URL.
is_avatar_comment_type() Check if this comment type allows avatars to be retrieved.