Hi guys -
Apologies if I missed it, but it is unclear to me how to properly submit a new theme now-a-days (2020, wCMS 3.x, etc).
Thanks,
Lester
How to properly submit a new theme now-a-days
Re: How to properly submit a new theme now-a-days
Hi hightowe.
Since we updated WonderCMS with a new system in 2020, I guess there have not been enough clarifications on this topic.
1. First step is to create a custom repository for your theme with all of the required files (which is easy to do): https://github.com/robiso/wondercms/wik ... positories
2. You can then create a pull request with your custom theme repository: https://github.com/robiso/wondercms-cdn ... -list.json
3. We then review the theme and most likely approve it.
4. Once your theme URL is in the above wondercms-cdn-files, everyone sees your theme in their WonderCMS settings.
Please let me know if you have any more question, we'd like to streamline and simplify the above process as much as possible.
Since we updated WonderCMS with a new system in 2020, I guess there have not been enough clarifications on this topic.
1. First step is to create a custom repository for your theme with all of the required files (which is easy to do): https://github.com/robiso/wondercms/wik ... positories
2. You can then create a pull request with your custom theme repository: https://github.com/robiso/wondercms-cdn ... -list.json
3. We then review the theme and most likely approve it.
4. Once your theme URL is in the above wondercms-cdn-files, everyone sees your theme in their WonderCMS settings.
Please let me know if you have any more question, we'd like to streamline and simplify the above process as much as possible.
Re: How to properly submit a new theme now-a-days
I did what I think is needed to properly publish my Adivvyo theme.
Someone that actually knows, please have a look:
Thanks.
Someone that actually knows, please have a look:
Thanks.
--
Lester
Lester
- turboblack
- Posts: 210
- Joined: Fri Sep 19, 2014 1:53 pm
Re: How to properly submit a new theme now-a-days
Notice: Trying to get property 'content' of non-object in C:\xampp1\htdocs\303\themes\adivvyo\functions.php on line 139




http://old.net.eu.org/ Get ready to hamsterization!
https://github.com/turboblack/HamsterCMS new version with new templates
http://elpis.ws new zine about small web

https://github.com/turboblack/HamsterCMS new version with new templates

http://elpis.ws new zine about small web

- StephanStanisic
- Posts: 37
- Joined: Fri Jul 05, 2019 8:51 pm
Re: How to properly submit a new theme now-a-days
Hi hightowe,
Awesome feature rich theme! (Also lovely admin html altering function!)
The theme looks good to me, it includes all the necessarily files.
Maybe add a if statement or ternary operator to line 139 to get rid of the notice. (Or a "@" is you are feeling lazy xd)
This shouldn't be a big issue since production servers should be hiding errors, but it's good practice to have no errors.
Awesome feature rich theme! (Also lovely admin html altering function!)
The theme looks good to me, it includes all the necessarily files.
Maybe add a if statement or ternary operator to line 139 to get rid of the notice. (Or a "@" is you are feeling lazy xd)
This shouldn't be a big issue since production servers should be hiding errors, but it's good practice to have no errors.