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?
- Help with coding a link for a button in WordPress with The Events Calendar Plugin
- Plugin Development: WPMU or WP?
- Inherit plugin settings to new site in Multisite
- Customizing subject in comment notification e-mails
- WP showing “warning: call_user_func_array()”, What to do?
- How can I pass a variable to wp_ajax action?
- How can i change an image’s author?
- Multisite: Activate plugin for subsites only?
- WP-Members redirect if member ALREADY logged in
- Get a list of galleries from an album in NextGEN Gallery [closed]
- Is it possible to set up multistore in Woocommerce? [closed]
- Undefined property: WP_Post_Type::$ID
- Plugin exceeds memory limit
- Find the URL of the current plugin directory
- Custom page slug without creating a WP page
- Pass a php string to a javascript variable
- Show price with Geo IP location
- How to generate video out of images via WordPress plugin
- How to remove html code in excel downloads using phpspreadsheet with wordpress plugins shortcode
- Automatically add attributes to woocommerce product?
- How to put JQuery/Ajax inside shortcode?
- NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
- How can I add hyperlink in WP_Error message?
- How to save inputed data in a textbox [EDITED] [duplicate]
- WordPress Widget Not Saving Data
- “Micro-Site” Options
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- Perform internal redirect in WordPress?
- How to prevent plugins from loading jQuery
- Create a plugin from within WordPress
- Class variables not correct on page
- Load Javascript from Plugin in One Page Only?
- Why is one phpunit test throwing an error on one class when all other classes are similar without error?
- Call plugin with php function
- Setting Up PHP Workflow in WordPress
- How can I exclude a dynamic URL to show a popup created using ‘WordPress Popup’ plugin
- output html on post or page from custom plugin [closed]
- How can i add simple code in only in posts by function.php
- Hide DIV if empty – Plugin Gallery
- Profile / benchmark wordpress on apache?
- Way to send multiple values for column to MySQL?
- Retrieve Plugin Settings and insert into XML string
- Completely remove ability to create users?
- exec-PHP shows output at bottom of page
- How to get values from network settings panel?
- Can you echo PHP code from a variable?
- Creating New Dynamic Fields for a Certificate (Number Generation, Code Referencing, and more)
- WordPress Multisite Profile Picture Sync Error with Nextend Social Login Plugin
- Getting current user data with MySQL statement
- how to validate input field in wordpress generated with wpform plugin
- Conditional delete metadata does not works
- Multisite – Cloning CPT pages + content (including ACF Flexible Content) from site to site
- Submitting form to PHP
- working code, not working – Plugin Dev
- WordPress plugin blog creation
- Custom shortcode being shown in WPBakery backend rather than the block
- Modifying server’s response to API endpoint
- Change Jobs for WordPress templates
- user specific private content
- submit form data to wordpress existing database table using my plugin
- register_activation_hook doesn’t fire at all
- Custom SportsPress list
- My ajax request don´t work and return 0
- How to allow customers to input a text as a product variation *and* charge per character?
- How to copy data from user profile page (profile.php) to theme customizer
- display user input using ajax in wordpress
- WPMU site in subdirectory: When I clone a site with NS Cloner Pro plugin, how do I remove the subdirectory from the URL?
- How can I process all requests for a given directory in a URL with my plugin?
- Award points if a specific custom taxonomy is selected – Cubepoints
- Response from Php File to Ajax is not getting sent
- How to disable register and reset the password from WordPress admin panel?
- How to wrap image logo in Homepage with H1 tag
- Fetching Video From YouTube Automatically [closed]
- how to show selected options drop down menu values in attributes field in after saving post.php
- Can’t use updated variables in handle function
- How to get URL param for pagination in shortcode?
- Make plugin admin page visible to other roles
- Change email notification language based on the site language in WPForms
- Is there any WordPress Plugin that provides video editing from front end side? [closed]
- 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?
- Read page- or post-content across different builder-plugins
- How to make WordPress Plugin run on single specific Admin Page
- White Screen of Death on WordPress Website