-
tuthnal ha publicado una actualización
I have a little bit of Elementor experience and decided not to use any page builders and instead finish the site using code. But I came across developer.wordpress.org which states that the future of wp is block themes. Are real developers still using classic themes? Or have you guys transitioned to block themes? I’m not familiar with block themes, but it looks like the template hierarchy is html rather than php. hopefully someone will chime in. Not sure if I need to use block themes as standard.
-
Are Real Developers Still Using Classic Themes?
Yes, many developers continue to use classic themes for various reasons:
Legacy Sites: Many WordPress sites still rely on classic themes, and developers maintain or build on them for compatibility and stability.
Specific Needs: Classic themes are more flexible for certain custom features, especially for sites requiring heavy customization and complex PHP logic.
Familiar Workflow: Experienced developers often prefer the PHP-based template hierarchy they’re accustomed to.
-