Title: Multisite theme store
Last modified: March 15, 2022

---

# Multisite theme store

 *  Resolved [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * (@3paws)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/multisite-theme-store/)
 * I’m BRAN NEW to wordpress.org and have several questions…
 * What I am trying to accomplish is to allow my WordPress website users to create
   their own mini-pages within my site with the possibility of allowing them to 
   select from a list of one-page themes I can provide.
 * Example of what I’m looking for: _[ redundant link removed ]_
 * Mainly I need to:
    -let a user create a page -let users select from pre-defined
   themes -let users be able to make basic edits to their own page -let the user
   upload photos and edit text on the page -let users pay for the service (would
   this require ecommerce store??)
 * The result should be sub-director so that it looks like this:
    `http://www.mydomain.
   com/example`
 * I would appreciate any help as I don’t have coding experience.
 * I do know that I need a multisite for something like this. But as far as a user
   purchasing a pre-defined theme and using it, are there plugins for that or is
   it all coding?
 * If anyone can point me in the right direction, I’d greatly appreciate it.
    -  This topic was modified 4 years, 3 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmultisite-theme-store%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15460858)
 * You’ve used “page” in singular form. Would users be restricted to creating a 
   single page per account? If so, multisite would generally be inappropriate as
   each user would then have their own sub-site to create as many pages as they 
   want. While these sub-sites could conceivably limit users to single page sites,
   the general recommendation is to avoid multisite unless you are sure you really
   really need it. It adds several complications that are best avoided when possible.
 * It’s possible to limit users in normal WP to one page per account for specific
   roles if that is your intention. I believe there are “membership” type plugins
   that let you limit pages per account. Do a search for membership plugins and 
   review descriptions for any that would provide such a restriction. If not, this
   can certainly be custom coded. Since that is outside your skill set, you might
   be inclined consider multisite instead, but you still run up against the same
   situation, the need for a plugin or custom coding to limit pages.
 * Either way, you could manage a page’s “theme” by allowing users to select from
   various page templates. However, specific themed templates might require custom
   coding. Whereas in multisite, users really could select from a limited set of
   complete, readily available themes. That alone might be reason enough to choose
   multisite despite its numerous quirks.
 * You don’t necessarily need an ecommerce plugin to collect payment, you really
   just need a payment gateway. However, these frequently seem to be tied to ecommerce
   plugins. So depending on who you want to use as payment processor (square, stripe,
   etc.), a stand alone gateway may or may not be available. I imagine nearly any
   processor has an API that can be utilized, but if a WP gateway does not already
   exist for it, it may need to be custom developed. Thus you might still need an
   ecommerce plugin simply to access a gateway to your payment processor of choice.
 *  Thread Starter [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * (@3paws)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15462585)
 * I miss spoke when I used the word “page”, as I would like for my users to create
   a website within my site with several pages within the theme that they purchase.
   Again, maybe I’m using the wrong words as I am new to WP.
 * For example: [https://www.weddingwire.ca/wedding-websites](https://www.weddingwire.ca/wedding-websites)
 * On this site, users can chose a theme/website and have several pages regarding
   their wedding details.
 * When you said “Whereas in multisite, users really could select from a limited
   set of complete, readily available themes.”… this is exactly what I want.
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15464860)
 * No worries, WP terminology is often ambiguous and we humans are known for being
   imprecise anyway. Misunderstanding is inevitable. I stand corrected. Multisite
   is perfect for your need 🙂
 * The challenge is to collect payment before being allowed to create a sub-site.
   As much as it’s overkill and in theory unnecessary, using an ecommerce plugin
   is likely the easiest way forward. This could be handled as a “virtual” product,
   usually intended for downloadable products. There will likely need to be a bit
   of custom coding to tie the expected access to a download to being able to create
   a sub-site instead. It’d be best to ask through the ecommerce plugin’s dedicated
   support channel how to best accomplish that part of it.
 *  Thread Starter [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * (@3paws)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15465299)
 * haha, no worries. 🙂
 * Thank you so much for your help!
 *  [karban](https://wordpress.org/support/users/karban/)
 * (@karban)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15473906)
 * Hi Mycreativepixel, I would not recommend an ordinary ecommerce plugin for what
   you are trying to achieve, plus any custom work you would need to get done to
   it would be very costly and would also require ongoing costs for every plugin
   update thereafter and so it would create a lot of headache and problems for you…..–
   Anyway I think this is exactly what you need (btw I’m not affiliated with them
   in any way) – [https://wpultimo.com/](https://wpultimo.com/)
 * It’s not cheap, but there isn’t really anything close to it in the free plugins
   available, as what you need it to do (…to manage your payments, control the number
   of pages/posts per plan, etc etc) is actually quite complicated and therefore
   requires lots of effort to create and maintain. This plugin is generally regarded
   as the best of it’s type.
    Regards, Karen.
 *  Thread Starter [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * (@3paws)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15473994)
 * What you are saying makes lots of sense. I am so new to this that I’m trying 
   to navigate what I even need to accomplish what I want to do. LOL
 * I’ll have to check out that site. Since I’m so new to this, if I may ask, this
   Ultimo basically allows for easier multisite control/settings with easy?
 *  [karban](https://wordpress.org/support/users/karban/)
 * (@karban)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15477123)
 * Hi Mycreativepxel – re: “if I may ask, this Ultimo basically allows for easier
   multisite control/settings with easy?” – A: Yes, they claim that you can set 
   it all up in minutes instead of weeks/months (….but I’d take that with a pinch
   of salt – it will probably take a day or two just learning the ins and outs of
   the software, the same as with any other (complex) type of software – however
   it will still be MUCH faster than any other option you have, and much cheaper
   than hiring a developer to customize/hack something together (..plus if you hire
   someone to customize plugins then you will need to re-hire them each time it 
   is updated or breaks due to WordPress updates etc).
    The ultimo software is specifically
   designed for what you are wanting to achieve (…I know because I researched it
   thoroughly a while ago for myself as I may do something similar in the future,
   and I actually purchased it a few months ago but haven’t used it yet :-). Also,
   just so you know, you can’t just set up a standard multisite and “sell” access
   to clients (….unless you added lots of extra software/plugins to do a number 
   of things you will need to do – eg: manage your users/members, create the empty
   sites automatically for them upon payment, control the number of pages/posts 
   according to the purchased plan, create, sell and manage your payments and plans–
   etc etc etc – so you’d need a TON of plugins to do all these things, and then
   hope and pray they don’t conflict with each other – so IMHO it will be much cheaper,
   faster, easier and (hopefully!) less problems to use a software like Ultimo that
   does it all and is designed for the exact purpose that you need. Regards, Karen
 *  Thread Starter [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * (@3paws)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15481162)
 * What you are saying makes complete sense and I would prefer to avoid any future
   headaches if possible. LOL The plugins sound like a nightmare to deal with for
   what I am wanting to achieve.
 * I’m shocked that there is software available for what I am wanting to achieve!
   Since you have already researched it and have purchased it, I may come back and
   ask you more questions. 🙂
 *  [karban](https://wordpress.org/support/users/karban/)
 * (@karban)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15481431)
 * No problems, glad to be of help.
 * PS: One thing you might want to consider is support – How will you handle all
   the (unavoidable) questions from your clients/customers when they inevitably 
   get stuck or have issues with the themes/plugins/wp core??…… I have given this
   some thought too ( 😉 – LOL!) and have a couple of suggestions for you:
 * 1./ Install a help plugin such as WP Help (free plugin) where you can create 
   tips, tutorials, resources and provide links to the WP Forums, etc – link: [https://wordpress.org/plugins/wp-help/](https://wordpress.org/plugins/wp-help/)
 * 2./ Add tutorial videos to your site. You have a couple of options:
 * (a)- find free or paid videos and add them to eg the WP Help plugin pages mentioned
   above, or your ordinary pages/posts on your site, or use another plugin to display&
   manage them (such as [https://wordpress.org/plugins/video-user-manuals/](https://wordpress.org/plugins/video-user-manuals/)–
   which hasn’t been updated in 3 years, so perhaps consider another option….)
 * (b)- WPMU Dev videos (a monthly fee for access to all their products – you cannot
   just get access to the videos only.). Videos are regularly updated to latest 
   version of WP. Videos are displayed within your clients sites. videos are hosted
   by WPMU Dev, so no extra cost to you for bandwidth use.
 * (c)- Video User Manuals – [https://www.videousermanuals.com/](https://www.videousermanuals.com/)(
   a monthly or yearly fee of $24mth / $240yr). Videos are regularly updated to 
   latest version of WP. This one also offers you the option of embedding (displaying)
   all the videos on your site, as well as in your clients sites. videos are hosted
   by VideoUserManuals, so no extra cost to you for bandwidth use.
 * 3./ Provide your clients with a WordPress user manual (note: you get a free one
   with option #2c and which is also white label, so you can brand it with your 
   own logo etc).
 * 4./ Install a support plugin and have a support sub-site/portal where they can
   submit support tickets…. (support could be provided for free or paid..).
 * 5./ Install a forum plugin, and let your clients/customers help each other…
 * 6./ All of the above!
 *  Thread Starter [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * (@3paws)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15518321)
 * #6 – all of the above. LOL
 * I’m sure I’ll have more questions once I get more involved with Ultimo.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Multisite theme store’ is closed to new replies.

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 3 participants
 * Last reply from: [mycreativepixel](https://wordpress.org/support/users/3paws/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/multisite-theme-store/#post-15518321)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
