classy
classy copied to clipboard
Light, well-structured WordPress theme framework based on “Laravel Blade” template engine
HI guys. Any plans to offer support for child themes ? At the moment it ignores the templates from the child theme.
Может есть смысл создать список всех хотелок и их обсудить? Ну или попытаться собрать фидбек общества 😊
Сегодня решил посмотреть класс `Comment`. Если не смотреть на get/set методы то его функционал в основном заключается в формировании структуры комментариев parent->child. Так же в текущей реализации класс `Comment` не...
Refactor code according to Wordpress PHP Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/
У нас небольшая проблема. Вот все варианты как можно использовать класс ClassyUser. ``` php $user = new ClassyUser( 1 ); // User by ID - Ok. $user_2 = new ClassyUser();...