fbpx

Run Multiple Domains with One WordPress Instance

There may be times when you need to allow multiple domain names to work with one WordPress instance. This would allow mywebsite.com and mywebsite.net to work on the same WordPress instance and show the same website. If you want different websites for each domain name but you want to manage all of them from one…

Get User Role WordPress

There are two WordPress functions that allow you to get a user role in WordPress in order to manage access to a page, access a post, or to execute a certain function. We also show you how to get the WordPress user role with a SQL statement at the bottom of the page. If you…