Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 22, 2022 05:50 pm GMT

Introducing Theme Redone - the modern WordPress Starter Theme

The year is 2022. We have plenty of WordPress starter themes aimed at creating a solid foundation and speeding up our development process for creating custom WordPress websites. WordPress Gutenberg editor has taken over the old classic editor and now we are building more sophisticated WordPress websites via blocks.

Theme Redone is the new theme starter on the block that focuses on the new WordPress concepts, Gutenberg blocks, and much more.

GUTENBERG-ORIENTED WORDPRESS FRAMEWORK

We've been developing the framework since 2020, and after more than 2 years, and a lot of polishing and documentation writing, Theme Redone finally took its form and we open-sourced it.

It is a solid starter for building Gutenberg blocks oriented websites in a standardized way.

We havent stopped at the theme on its own; Weve spent more than a couple of months documenting everything in detail and writing solid documentation 57+ pages long.

theme-redone the modern wordpress starter theme

Along the way, weve polished the theme and tried to automate and cover as many repeating tasks as possible. Weve also created a TRB CLI, which speeds up the Gutenberg Blocks creation and refactoring process.

MVC-ORIENTED APPROACH TO SEPARATE THE VIEW FROM THE LOGIC

Weve taken the inspiration from Laravel and other similar projects that really approached this aspect of coding cleverly and made it a breeze to organize and reason about the code.

In Laravel, we would write plain old PHP for the logic, and then we would use Blade templates for the View layer, we also have model, view, and controller files to separate the concerns and organize code logically and efficiently. We have adopted that same approach but in the context of the WordPress environment. Conceptually, the way we organize code is similar to Laravel, but with a few differences...

Read more in our introductory post or check out the Theme Redone docs.

Thanks for reading!


Original Link: https://dev.to/nikola_wr/introducing-theme-redone-the-modern-wordpress-starter-theme-418

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To