Creating CMS templates | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Creating CMS templates

Is there any tool/platform/editor helping to create templates for the most common CMS (Wordpress, Joomla, Drupal, Magento...)?

5th Sep 2019, 2:55 PM
Paolo De Nictolis
Paolo De Nictolis - avatar
1 Answer
+ 2
I did code this by myself with react. But from scratch should work as well. Just treat the HTML as string and include the dynamic parts with js/input fields. It might be quite some effort in the beginning, but as soon you have done this, you have a custom solution which does exactly what you need. This is very useful if you need to make hundreds of pages based on the same template. The time you save this way compensates the effort of building such a tool. Changing the template is quickly done. So far I made around 150 pages like that. I need a fraction of time compared to copy pasting the html elements. - There might be tools for doing this, I strongly believe, but I prefer to do things my self instead of learning tools/libraries without having full control over what is going on under the hood.
5th Sep 2019, 3:10 PM
wenz
wenz - avatar