Introducing Theme Redone – the modern WordPress Starter Theme

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 haven’t stopped at the theme on its own; We’ve 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, we’ve polished the theme and tried to automate and cover as many repeating tasks as possible. We’ve 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

We’ve 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!

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
subscribe-to-a-new-newsletter-for-security-aware-developers!

Subscribe to a new newsletter for security-aware developers!

Next Post
the-first-open-sourced-api-security-testing-tool-ci/cd-integrated.

The first Open-Sourced API security testing tool CI/CD integrated.

Related Posts

AI治理最重要的能力:缺乏证据支持时懂得暂停

1)观点先行(P0) 一句话观点: 在 AI 协作里,最有价值的治理能力不是“更快修完”,而是“证据不够时敢停下,并把缺什么证据说清楚”。 2)治理背景(P1) 复杂系统里的真实问题,不是没人干活,而是大家都在干活,却很难判断到底有没有真的完成。 AI 参与后,这个问题会更明显: AI 很容易给出“看起来已经完成”的答案。 多个智能体并行提交回执,信息会很快变成噪音。 模块测试通过,常常被误读成系统已经恢复。 本地治理体系之所以更快,不是因为流程更短,而是因为它把“没完成”这件事制度化了: 可以停在中间状态。 可以明确写出阻断原因。 可以等证据补齐后再推进状态。 3)信号提取(P0)…
Read More