Yes, multisite is not what you need here. I would try to map all subdomains on the same wordpress install, and then customize the template via the current URL. In the wp-config.php
you then use the current URL as base url:
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
You can also do different themes per subdomain (see plugins for “theme switcher”).
Related Posts:
- Redirect to another page using contact form 7? [closed]
- Preserve custom URL parameter on more pages
- WordPress on AWS with ELB
- WordPress shows error related to allow_url_fopen
- Ability to automatically redirect a URL
- Offer Download Links for Product Images
- In a WPMU that uses several different domains, how to enable users to register subdomains of any domain from the main site?
- Redirect unloggedin users
- Add a parameter at the end of the url and prettify
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- How to make wp multisite subdomain exist search
- Specific plugin script not working on subdomain
- Query Shortcode from a multisite to appear on a different site?
- Pulling sub-site content into specific pages
- How to change all the urls of the WordPress site?
- Uncaught Error: Call to undefined function wp_generate_attachment_metadata() @ wp-cron
- Using require_once in a Plugin?
- Simple form that saves to database
- How to call plugin path in JS?
- Get Current user email as a return string value
- Is it possible to run plugin code when a multisite blog is deleted?
- Multi domain, multi sites with different themes and content
- Getting Custom Post Type content from main-site of a Multisite
- Stackoverflow type of badge plugin giving warnings in WordPress 3.5
- How can I make content disappear when a user logs in?
- Plugin.php: PHP Notice: Undefined offset: 0 in
- How to save Clicks of a download link button while it doesn’t matter if we refresh the page or again login/logout
- Duplicate a Multi-Site Subdomain
- How to get last_updated and newest_blogs in WP 3.0
- New Plugin: Post update pushes a copy as a revision
- Network: retrieve a list of latest posts
- WooCommerce get_price returning wrong price when used via ajax
- Open Post Thumbnail in New Child Theme File in WordPress
- Executing my function once on a specific time
- How to access data in wordpress database externally using php
- WooCommerce: Building a page with user input which is used to query order status and external API and return a result
- Why “Call to a member function on a non-object” in plugin only?
- What are the specifics of WordPress development I need to know? [closed]
- After upgrade to php 7 plugin/them updates broke [closed]
- How to echo text in browser instead of download junk file?
- Using color picker in plugin, does input attribute order matter?
- Setup wp_schedule_event within a custom plugin
- Create a single website with 3 theme options in wordpress
- Does having more than 30 Admin Ajax affects site performance (plugin)?
- execute function after one completed
- How to get specific string/value from an array? php [closed]
- WordPress super admin login issue. (Automatically logout)
- Background Music WP [closed]
- Why is it important to check for isset and is_array before checking in_array in this example?
- Hosting multiple sites
- How to delete a theme using AJAX
- ACF – How to set the menu order for the relationship field
- Custom search search does not work?
- How to call external functions from a PHP script in a WordPress plugin?
- Equivalent of admin.php for public pages
- How to add custom function to pluggable.php
- Multisite Plugin – Access options (wp_options) on child sites
- Multisite Change from domain.com to sub.newdomain.com
- WooCommerce – new order email hook
- How to list datas from database in a topic?
- Editing a coupon generating plugin
- How to hide an option from dropdown in filter module
- How use wp_insert_post and add og:custom tags?
- Can I edit multiple sites with an online WordPress account?
- Display pagination in reservation Plugin and and Print table as pdf
- How to change “Read More” text?
- How to change a wordress plugin php code in my child’s functions.php file?
- What is the right way to populate a dropdown from MySql?
- make p tag collapsed after 3 rows
- How to allow URL with filename & extension in wordpress?
- Woocommerce – Change variations output
- WordPress Plugin PHP Not Calling Function
- load plugin in code snippet
- Generate and send ICS file through WordPress
- Is admin section completely customizable in terms of styling?
- WP Plugin permissions – create new files
- Creating Admin Submenu Page via Class Method
- .htaccess file doesn’t work, with hundred tries
- ACF Repeater Field Question [closed]
- How to create a dashboard for logged-in users with custom functionality? [closed]
- How do plugin updates work?
- Cannot access variables within a widget
- Is there going to an issue running different features of WP site in different subdomains?
- How to Set Limit with WordPress Get Bookmarks Shortcode
- Postal address auto-complete on profile page
- WordPress Related Plugin – Adding an image
- WordPress User Frontend Editing Custom Fields
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- How to delete remain data in WP database after deleting custom post via admin interface
- WP Job Manger change jobs url (NOT slug)
- Populate Woocommerce order notes with custom field value
- Woocommerce Product Add-ons – Auto-select first option
- Strict Standards: Non-static method in sidebar generator
- Fast Tranfering my WordPress site to another server
- Duplicating wordpress install issue
- how to show selected options drop down menu values in attributes field in after saving post.php
- Make plugin admin page visible to other roles
- How Create LastMod and Update Date Only on Taxonomy Category and Tags
- Accessing Correct Database to Create REST API Endpoint
- How do I replace a logo image that’s hard-coded into a plugin’s logo.php file?