Link (tag A in HTML) (tag)
| edit_term_link() | Displays/retrieves edit term link (html tag A), link to edit the specified taxonomy element. |
| get_next_posts_link() | Gets the HTML link to the list of previously published posts within the current query (pagination link). |
| get_previous_comments_link() | Gets the link (A tag) to the previous comments page. Should be used on the post page. |
| get_previous_posts_link() | Gets an HTML link (<a>) to the page with previous posts (newer posts). |
| get_the_author_posts_link() | Gets the HTML code for a link to the author's post archive page. The link text will be the "displayed" name of the author. This template tag should be used inside the WordPress Loop. |
| next_image_link() | Displays a link to the next image attached to the post. |
| previous_image_link() | Outputs a link to the previous image attached to the post. Returns the HTML code of the link. |
| the_attachment_link() | Outputs an HTML A tag link to the file attached to the post (attachment) or the page of that file in the template. |
| the_author_link() | Outputs the HTML code for a link to the author's site. |
| the_author_posts_link() | Displays HTML link ( |
| the_shortlink() | Outputs a short link to the current post, for example: /?p=1234. |
| wp_register() | Displays either the link to the dashboard ("Site Admin") if the user is logged in or "Register" link if the user is not logged in. |
| wp_targeted_link_rel() | Adds rel noopener to all <a target="..."> tags with the target attribute in the provided text. |