Retrieves the URL to the admin area for the current site.
get_site_url
Retrieves the URL for a given site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
site_url
Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
get_home_url
Retrieves the URL for a given site where the front end is accessible.
Advertisement
home_url
Retrieves the URL for the current site where the front end is accessible.
the_comments_pagination
Displays a paginated 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_navigation
Displays navigation to next/previous set of comments, when applicable.
Advertisement
get_the_comments_navigation
Retrieves navigation to next/previous set of comments, when applicable.
paginate_comments_links
Displays or retrieves pagination links for the comments on the current post.
previous_comments_link
Displays the link to the previous comments page.
get_previous_comments_link
Retrieves the link to the previous comments page.
Advertisement
next_comments_link
Displays the link to the next comments page.
get_next_comments_link
Retrieves the link to the next comments page.
get_comments_pagenum_link
Retrieves the comments page number link.