Linking to pages/posts within the site

WordPress always uses the full URL when it inserts a link. There are a number of reasons for this, and they are all good reasons. You can add relative URLs yourself by simply typing your own links and omitting the domain portion of the link. So http://sitename.tld/cool-page becomes /cool-page. As I said, though, this is … Read more

Changing the website URL to the root folder

If I understand it correctly you want to transfer the site from www.example.com/test/wordpress to the www.example.com. To do so you have to have access to FTP or CPANEL/PLESK to actually cut files from the old location to the new. When you finished that you can use this tool to make the correct changes to the … Read more

Why is a wordpress login session limited to one domain

While www and non-www versions of site are considered kind of same thing from user perspective, technically they are two completely different domains, possibly hosting completely different sites on different servers. Since cookies are domain-specific WP treats them accordingly. It’s not impossible to rework this, since cookie-related functions seem to mostly be pluggable, but really … Read more