It depends on what you’re talking about. If you’re talking about using just
<a href="https://wordpress.stackexchange.com/page-title">Page Title</a>, then no. It’s better to use the full link.
However, instead of using http://www.domain.com/page-title, it’s better to use
<?php echo bloginfo('url'); ?>/page-title.
The reason you don’t want to use relative links is the way wordpress permalinks work. If you’re on a sub-page (domain.com/about/john) and you use a relative link to another subpage (href="https://wordpress.stackexchange.com/jane"), it will point to the root URL (domain.com/jane instead of domain/about/jane.
UPDATE
The full <a> will be
<a href="https://wordpress.stackexchange.com/questions/24476/<?php echo bloginfo("url'); ?>/page-title">Page Title</a>
Related Posts:
- Is it possible to get a page link from its slug?
- How can I reverse engineer a Permalink to Find the Page?
- How can I store page ID in a post instead of other selected permalink?
- Page begins with number, WordPress adds 2
- Removing hierarchical pages in the permalink
- Can WordPress realistically handle a site with 500 ‘pages’?
- Subdomains to pages
- Passing variables through permalink structure
- Broken wordpress permalinks on pages only
- How to get a page url by a page id?
- How to Remove Slug From Database?
- Relative or Absolute Paths for Flash Video Player Files
- How to change the permalink structure of a master page?
- Why I can’t change the permalink of this page?
- Page Attachment Permalink Structure based on Menu Order?
- Get closest page ID from URL
- How can I add a page’s ID to its permalink using WP_Rewrite?
- Permalinks for pages
- Permalinks by page/post name returning 404
- Pages not using permalink
- How to get post object on blog template
- Is it possible for a custom post type and sub pages of a page with the same slug as the custom post type to share a slug?
- Add prefix to page URL based on the page template
- get_permalink returning site home url instead of the url of slug being passed
- Get the url of a page template without using the page slug and ID
- Remove -2 from URL; no duplicate pages, no images, no pages in trash
- Host frontpage via example.com and everything else via example.com/blog
- WordPress is suppressing page extensions!
- Let me choose permalinks
- Passing the JQuery string to Worldpress URL
- Path to Pages Resolves to Archive instead of Actual Content
- Changing permalink name redirects to another template?
- Permalink opens attachment instead of page
- How do I reclaim either deleted pages or their permalinks?
- Permalink of a page that has already been deleted
- Edit permalink for certain pages
- cannot link a external url, present page url acting as parent url
- Test site pages go to main site
- how to get a list of all top level pages
- “-2” Being added to end of URL (no duplicate pages, no pages in trash)
- Redirect From Url To Url
- How are WordPress Page URLs affected by permalink settings?
- How to use page jumps to top of banner and page title?
- Get a link to paged() part?
- WordPress Page Not Found if Permalink Settings is Postname
- Pagination url for page template
- Why does enabling Permalinks make pages not found?
- Page content doesn’t display when published but does when previewed as draft?
- Update page breaks permalinks
- WP as a CMS menu
- Subdomains pointing to a permalink URL
- How can I see a list of all pages my WordPress site has generated?
- Auto Changing Text Case
- Default Permalink Structure for Pages
- Non Latin page permalink problem
- How do I structure my permalinks in WordPress?
- Link to a page before launch
- My WP homepage works, but the other pages don’t when accessing from out side of my network
- Nested permalink without dummy parent page
- Custom Permalink (with category) for Pages
- Can I link to content dynamically from a page to a new page?
- Woocommerce product page 404 not found
- Page returns 404 for specific permalink
- Change all pages permalinks instead of hierarchical to have id of the page
- The permalink for the page doesn’t work and page’s defined link throws “Object not found!”
- Page permalink ending in “-2”
- Change the permalinks structure
- Development before domain name chosen
- Select page/template from the permalink url
- Permalink for pages
- Mystery ghost page not appearing in Admin
- Category pagination first link works, remaining don’t
- Permalinks of New Pages and their Parents
- Why doesn’t my page know it’s a page (won’t return true for is_page())?
- Removing /wp in Permalink URL of subdomain led to inaccessibility to WP Dashboard
- Open the page with the current slug?
- Make post slug have priority over category slug
- Change permalink only on new posts
- Specific URL Rewriting with parameters in wordpress
- How to create thousands of endpoints for a post or a page or a custom post type programatically?
- Site moved to HTTPS and loads as HTTPS but permalinks show as http
- Redirect Uploads Folder to Query Vars in WordPress
- Multiple URL’s based on category for one post
- flush_rewrite_rules breaks permalinks
- How to show permalink auto when type text in post tiltle?
- Accessing Subdirectories in WordPress Install
- Permalink for custom post type
- change WordPress permalinks and redirect new urls 301
- WordPress Permalink Redirect 301
- problem with pagination in custom permalinks
- /%post_name%/ or /%postname%/ in Permalinks?
- A dash can replace a period in a link, how to fix it
- Remove character from permalink
- WordPress image title attribute becomes permalink? [duplicate]
- On IIS, stop WordPress from resaving my web.config file when I enter the Permalinks config page
- Rewrite single template permalink?
- Pretty Permalinks cause site to crash on main domain
- [Plugin leenk.me]modify get_the_title
- get_posts displaying wrong permalink for “continue reading” link
- Make all internal links relative, or otherwise make a website accessible from multiple domains