DEV Community

Discussion on: A Learning Path for Newbies in WordPress Development

Collapse
 
vallerydelexy profile image
vallerydelexy

hi, im frontend dev. i do designing web pages & prototyping.

most of my work are just plain html-css-js
no backend

wordpress is a bit scary for me
even simplest task to add carousel image slider is hard for me

if only i can design stuff in html and make it available as theme in wordpress

Collapse
 
ihtishamzahoor profile image
Ihtisham Zahoor

Hello,

Here is an amazing short tutorial by Tyler Moore, about building WordPress websites using Page Builders.

youtube.com/watch?v=8AZ8GqW5iak&t=...

I hope it'll click for you. Good Luck!

Collapse
 
vallerydelexy profile image
vallerydelexy

thanks for your reply.
rather than using page builder, id rather learn wordpress theme system thoroughly

Thread Thread
 
ihtishamzahoor profile image
Ihtisham Zahoor

It's even better :)

If you haven't found it already. There is an official Theme Development Handbook by WordPress.org. Here is the link:

developer.wordpress.org/themes/

Nothing beats this reference guide in quality and clarity if you want to get started in Theme Development.

Happy coding!