=== Domain Mapping System === Contributors: victoralbala, brandonfire Author URI: https://www.gauchoplugins.com/ Plugin URI: https://gauchoplugins.com/ Tags: domain mapping, mapping, multiple, domain, single, site, seo, marketing, mirror, multidomain, landingpage, redirect, Requires at least: 5.1 Tested up to: 5.5 Stable tag: 1.4 Version: 1.4 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Domain Mapping System allows to map multiple domains to a single WP site with different pages or post types. == Description == = What's the purpose of this plugin? = The main purpose of the plugin is to allow multiple domains to point to a single WordPress installation, which can be especially useful for SEO and marketing purposes. Each domain can be assigned it's own page or post type, for example: * www.my-awesome-site.com * www.my-awesome-site.com/product-A => www.my-cool-site.com * www.my-awesome-site.com/product-B => www.my-sweet-site.com It does not use a redirection - it displays the full page content and URL in the user's browser. = Important Links = [[Bug Tracker](http://www.github.com/deniaz/wp-dms/issues) | [Support](https://support.gauchoplugins.com/)] == Installation == 1. Upload domain-mapping-system.zip as a plugin into your WordPress instance 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Point all domains to your WordPress vhost 4. Create a WP Page (*My Regular Product*) or Custom Post 5. Go to Settings -> DMS Options, add your domain and select your page/custom post 6. Save 7. You're ready to rumble! == Frequently Asked Questions == = I've found a bug! What now? = Please contact support@gauchoplugins.com. = Woah, my_domain.com turns into my.domain.com?! = Possibly, yes. That's because I use the php function `parse_str()` . It turns . (dot) into _ (underscore), so they are manually replaced afterwards. If it actually bothers you, I will change this. == Changelog == = 1.4 = * Adapted to work with WordPress 5.5 = 1.3.2 = * Show all posts/pages/cpt-posts = 1.3.1 = * Added support for Blogpost Categories = 1.3 = * Code Refactoring, got rid of DMSMenu-Class * Added support for Posts * Added support for CPT Archives * Some Admin-UI tweaks (chosen.js instead of HTML-Select, Post Type Selection) * Tested with [WordPress MU Domain Mapping Plugin](http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping) * To provide MU support, users must now be able to change settings instead of installing plugins to use DMS Options (Capabilities). = 1.2.1 = * Fixed empty <select>-Bug = 1.2 = * Added support for Custom Post Types = 1.1 = * Instead of strange page hack, modify page query * Remove kill switch as it is unnecessary = 1.0 = * No changes - initial release.