Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecanuto/wp-domains
Use different domains for admin and frontend on Wordpress
https://github.com/ecanuto/wp-domains
Last synced: 27 days ago
JSON representation
Use different domains for admin and frontend on Wordpress
- Host: GitHub
- URL: https://github.com/ecanuto/wp-domains
- Owner: ecanuto
- Created: 2016-06-19T02:30:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T04:21:07.000Z (over 8 years ago)
- Last Synced: 2024-08-04T04:04:01.356Z (4 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
- starred-awesome - wp-domains - Use different domains for admin and frontend on Wordpress (PHP)
README
=== WP Domains ===
Contributors: ecanuto
Donate link: https://github.com/ecanuto/wp-domains
Tags: admin, domain, url
Requires at least: 4.0
Tested up to: 4.5
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlUse different domains for backend (admin) and frontend on Wordpress.
== Description ==
Using this plugin you can heve different URL's for your Wordpress frontend and
backend.== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/wp-domains` directory, or install the plugin through the WordPress plugins screen directly.
1. Define WP_ADMINURL on your wp-config.php (eg: 'http://backend.yourdomain.com').
1. Activate the plugin through the 'Plugins' screen in WordPress== Changelog ==
= 0.1 =
* Initial release