Is it possible to encode a Wordpress theme without php?

Just signed up for Wordpress today, and I already have a few problems. I am an interface developer, so I don't know much php (I know some basics). I'm tired of figuring out how to add my own WordPress themes (basically, I heard that you just code the site using html, css and javascript as usual, and then upload the files to Wordpress). However, I can not find this option anywhere, only the changes that I can make are in the graphic file editor of the current themes available in Wordpress. Can anyone explain how this works?

+5
source share
1 answer

The general answer is no. Wordpress is built with PHP, and content is provided to the user using PHP.

Now, if you are just starting out and don't want to learn PHP here, my suggestion.

Find a theme close to what you want your site to look like. Then you can simply change the HTML, CSS, and JS that support the theme. If you are not making radical changes, this should be pretty simple.

+6
source

All Articles