Hi all, so i am normally a backend php developer but recently i was learning wordpress for personal projects.
I want to build a custom wp website from scratch (building a theme using html css and js and php (not a block theme yet)).
Is there a place where i can find a relatively simple wp website that i can try to replicate? (i dont want to design a website from scratch as i am bad at creativity i prefer to copy a design that exists) currently am looking at [https://www.wpbeginner.com]) it seems like a simple website to try to rebuild and use it as learning project, but want to also ask if there is a place where i can see other proposed blog designs that i can try to build and learn from or wp websites that seem to be simple enough for a beginner to build.
​
Thanks in advance
[ad_2]
Take one of the default themes, and copy it really. If you’re already proficient at doing PHP, it’s not much different than regular work, you just have to learn the theme hiearchy / structure, which the default themes built on.
I do recommend reading up on custom meta data (ACF can help you here) and custom post types as well.