classy icon indicating copy to clipboard operation
classy copied to clipboard

Light, well-structured WordPress theme framework based on “Laravel Blade” template engine

Results 5 classy issues
Sort by recently updated
recently updated
newest added

HI guys. Any plans to offer support for child themes ? At the moment it ignores the templates from the child theme.

Может есть смысл создать список всех хотелок и их обсудить? Ну или попытаться собрать фидбек общества 😊

question

Сегодня решил посмотреть класс `Comment`. Если не смотреть на get/set методы то его функционал в основном заключается в формировании структуры комментариев parent->child. Так же в текущей реализации класс `Comment` не...

enhancement
question

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();...

enhancement