Develop PHP or Javascript theme system

Asked

Viewed 40 times

0

I am developing a Sustainable Content Management (CMS) like Wordpress, using PHP and Javascript. Virtually all the functionalities have already been implemented, but I’m having a hard time developing a theme system. Someone can give me a light ?

  • Sustainable ??? Emits less carbon?

1 answer

0


To create a theme, the concept is the same as an email marketing, IE, you have a layout that has markers that will be replaced by custom content at the time of shooting.

Here is a tutorial that shows you how to create a theme from scratch in PHP

https://pt.broculos.net/2008/03/how-to-make-simple-html-template-engine.html]

If you don’t want to create something from scratch, you can take a look at Smarty, which is a template system with many features

https://www.smarty.net/docsv2/pt_BR/what.is.smarty.tpl

  • Thank you friend, the post of broculos helped me a lot.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.