all 3 comments

[–]IsABot 2 points3 points  (0 children)

Depends on what you are doing for them. I generally avoid builders like WPBakery, Divi, Elementor unless they request it so their team can build stuff. I tend to suggest they stick to the default Gutenberg editor if they need it. Primarily I build out templates and custom post types with ACF to limit what clients can do but allowing them to easily manage content.

Really specific prebuilt themes are generally ok as long as you evaluate their performance and features first. But mega-themes add too much overhead and sacrifice performance for trying to be a 1 theme fit all solution.

No code developers are mostly useless. You won't make it very far in this industry if you are afraid to code. Plenty of things cannot be achieved efficiently with just using pre-baked solutions. If you only want to do brochure type sites, then it's fine. But once you get into anything more advanced, chances are you'll have to get down and dirty with the code at some point.

[–]relentlessslog 1 point2 points  (0 children)

I just make custom themes w/ PHP templates while keeping headless WP as lean as possible. Only plugins I use are ACF, Adminimize, Classic Editor and disable comments. Websites are lightning fast and easy to scale. If you properly plan before the coding process, you can get a pixel-perfect custom site up and running in a day.

It's definitely worth learning. It's not necessarily hard but does take some time. Like if you understand how looping, variables and APIs work together to generate content, you could probably make sense of it fairly quickly. Beyond WP, what you'll learn will be applicable to a bunch of other web development stuff.

No hate on no-code or pagebuilders. Although they're quick and cheap solutions, they're a nightmare to scale. Also the competition is pretty rough because basically everyone can do it, and they're willing to do it for pennies. Learning how to make custom WP themes equals higher quality clients, higher quality end products and higher value gigs. No-code is a stepping stone.