Using wordpress as a CMS for resellers
-
I’m trying to use WordPress as a CMS and want to allow Resellers to use a version of my site for rebranding (so they can sell my goods but ‘pretend’ its their site). I don’t change the structure of the Theme. Rather I just set their logo in my place, put their contact information, etc. The pages are written generic enough as to not include names etc.
I’m not using it as a blog, not using posts at all.
Currently, I’m doing this by adding each reseller as a Page and storing the customization features of each reseller as meta data to the Pages.
To rebrand the site, I use a query parameter, site, and set that as the ID of the page that has the resellers information.
So the url looks something like this
My template would then fetch all the require metadata for page ID=55 and set it in the template accordingly. I then store the ID in a cookie so I don’t have to embed them in URLs.
I was wondering if there is a better way of doing this or a plugin that could do this. Another thing that I would like is better URLs, so if it could be https://mysite.com/happyseller where that would generate my entire wordpress site with the template set for happyseller reseller.
This seems more of a hack.
- The topic ‘Using wordpress as a CMS for resellers’ is closed to new replies.