michelshakur
Junior Member
- Dec 9, 2021
- 120
- 27
hi
What topics of PHP should I know to design a WordPress template?
tnx
What topics of PHP should I know to design a WordPress template?
tnx
and its easy to make templates That can work whit visual composers or elementor ?Install WP locally and open the yearly template (it's called twenty twenty something) in an editor like vscode and read it.
As you read the source code you'll understand how templates work.
It's not so much about PHP, it's about knowing how WP templates work. Most templates are just adaptations on each other. The PHP is pretty much the same or very similar.
and its easy to make templates That can work whit visual composers or elementor ?
This is great i am a front-end developer so that should be easy for me. thanks a lotYep. It's a matter of knowing HTML, CSS and JS. The php code is just there to fill the contents. Everything around it is just vanilla HTML 5.
Install WP locally and open the yearly template (it's called twenty twenty something) in an editor like vscode and read it.
As you read the source code you'll understand how templates work.
It's not so much about PHP, it's about knowing how WP templates work. Most templates are just adaptations on each other. The PHP is pretty much the same or very similar.
I agree, I learned PHP first but then when I looked at WP code I was like wahh... where do I startInstall WP locally and open the yearly template (it's called twenty twenty something) in an editor like vscode and read it.
As you read the source code you'll understand how templates work.
It's not so much about PHP, it's about knowing how WP templates work. Most templates are just adaptations on each other. The PHP is pretty much the same or very similar.