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
- How to resolve Multisite Speed issues
- Check if variable is set in filter
- Finding the screen id of a page generated with add_menu_page
- WordPress custom taxonomy not showing
- My WordPress site when down after installing a plugin and now all I get is a simple white screen [closed]
- Access a particular field in an array
- Notice: Uninitialized string offset: 0 in social sharing mu-plugin
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Why is my custom post type not being activated on plug-in activation?
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- How to add apply_filter for a class property in plugin
- Multisite – maximum number of users with specific role
- Issue running db create table query from static method
- Only allowing some emails to create an account [closed]
- Warning: Use of undefined constant list_all – assumed ‘list_all’ (this will throw an Error in a future version of PHP)
- How to distinguish if a plugin is not installed or just not active
- JavaScript in a PHP plugin
- Checking the count within a foreach loop
- Create a single website with 3 theme options in wordpress
- Why shortcode always displayed after footer not in body
- Installing wordpress on a subdomain of an already existing static website
- Does having more than 30 Admin Ajax affects site performance (plugin)?
- Understanding State in WordPress Multisites
- execute function after one completed
- Can i add custom code in Source, Header from function.php?
- WHy custom plugin slows down the loading of the pages?
- WordPress Multisite: Programmatically Activate / Deactivate a Plugin of a Specific Blog
- How to make multiple admin pages for one plugin?
- How to show the number of website visitors in my theme
- Setting Up PHP Workflow in WordPress
- php code crashes site – possible syntax error
- Include a php file from another plugin
- One sub site is slow while all others load fine, same theme & plugins [closed]
- wordpress add_action() issue in ajax call
- Add bcc to contact from on wordpress
- What happens when WordPress memory limit is exceeded?
- Using ‘mysqli_connect’ ‘crashes’ WordPress client-side
- Basic function call on init failing
- Problem with isset and $_POST
- Getting taxonomy images to display on single-post with their terms
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- Adding media upload button to User Profile page (following a tutorial)
- How can I exclude a dynamic URL to show a popup created using ‘WordPress Popup’ plugin
- iframe not showing in post (with “allow php in posts” plugin activated)
- how can I do something on new user registration?
- JQuery prepend a function
- Why can’t I call a (member) function from within a foreach?
- Get ‘Headers already sent’ error for the plugin I am creating when I try to login
- WordPress Related Plugin – only show when related content
- Allowing users to Sign-up > Login > Post articles that need approval
- How to display terms and conditions in post area?
- Is there a function to list all uploaded images? How can I add one?
- Are there action hooks for comments?
- Help with WP Business Directory Manager Plugin?
- How to see which sites use my installed plugins (wordpress multisite)
- Pass user role to javascript code inside body
- How can I redirect some pages to new subdomain? [closed]
- Integrating boxtal PHP library into a custom WordPress Plugin
- wp-mail attachment is not sent for no reason?
- syntax error, unexpected ‘while’ (t_while) please help :)
- How to check wp_options’s rewrite_rules if current and existing are the same before flush the rules?
- How to redirect to same page after form submission
- Any idea how to get something like this to work? [closed]
- A server-side hook failed when committing plugin code to SVN
- Custom shortcode for displaying user based on a role parameter
- Content-Security-Policy Headers are there and showing the correct settings, but still getting a refused connection
- wp_dequeue_script for a Plugin
- Use $variable from file1.php in file2.php (different file paths)
- Need to replace Currency Shortforms
- wp_enqueue_scripts
- Return multiple values in a shortcode attribute
- get specific value of a array | PHP
- How do I add $_SESSION[”] to my wordpress page?
- How to get specific string/value from an array? php [closed]
- coding a WordPress AJAX Form using PHP to check if User is Logged Out and Show error
- Add User Role: Pre-saved in User-Meta [SOLVED]
- WordPress Console Application (ability to excecute a custom function via crontab only)
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Plugin onclick button activate other plugin
- Show icons or badges under title on product archives/category pages
- Redeclare function after plugin activation
- get_edit_post_link() not working on wp-cron
- I receive taxonomy id
- WordPress Stock Update Programatically