Just signed up to WordPress today and am already having several issues. I’m a front end developer, so I don’t know a lot of php (I know some very basics). I tired to figure out how to add my own themes to WordPress (basically I heard that you just code website normally with html, css and javascript like you usually would and then upload files to WordPress). However I can’t find this option anywhere, only changes I’m able to make are in GUI editor of current themes available in WordPress. Can anyone explain how it works?
Share
The general answer is no. WordPress is built with PHP and content is served to the user using PHP.
Now, if you are just starting out and don’t want to learn PHP here’s my suggestion.
Find a theme as close to what you want your site to look like.
Then you can just modify the HTML, CSS and JS that supports the theme.
If you’re not making drastic changes it should be fairly simple.