permalinks (clean friendly URL) (tag)
| edit_bookmark_link() | Outputs a link to edit the current bookmark (link) if the user is authorized and has permission to edit. |
| edit_comment_link() | Outputs a link (HTML tag A) for editing the current comment in the loop, if the user has permission to do so. |
| get_attachment_link() | Gets the URL of the media file page on the site (front-end). |
| get_pagenum_link() | Gets the URL for the pagination page corresponding to the current query (archive, author, etc.). |
| get_permalink() | Gets the permalink for a post for further use in PHP. |
| get_sample_permalink() | Gets a sample of the permalink (permalink) of a post. |
| get_tag_link() | Retrieves the link to the tag by given tag ID. |
| get_term_link() | Gets the URL for the archive page of a term (taxonomy item). The same as the link to the category page. |
| get_the_permalink() | Gets, rather than displays, the URL of the post that is currently being processed in the Loop. Template tag. |
| the_permalink() | Displays link (URL) to the post that is currently being processed in the Loop. |
| wp_get_shortlink() | Returns a short link to a post. |