A ClassicPress plugin which bundles the content-layout-control library for beautiful page layouts, and implements common page blocks for any theme that supports it.
The editor screen callback and operation will need rethingking and reimplementing for better UI/UX - currently disabled! For more information, contact me here.
Note: $theme_name should be predifined within the theme itself else replace it with a hard printed name!
if ( class_exists( 'totclcInit' ) ) {
add_theme_support(
'components-page-builder', [
'components' => [
'classic-hero-block',
'classic-content-block',
'classic-content-block-two',
'classic-cta-banner',
'classic-cta-banner-two',
'classic-recent-posts',
'gallery',
'classic-commerce-products',
],
'control_title' => __( $theme_name .' Page Components', 'totc-layout-control' ),
]
);
}
- The builder in its current form is to be considered very young,primitive in nature and very much a beta version as it requires a lot of features added in
- The above will need all community hands on deck to help out in any capacity possible
- Initial beta release