CTX Blocks
Twig fueled Gutenberg blocks
★ 8stars
28release downloads
2forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/gollenia/ctx-blocks/releases/download/v3.1.9/ctx-blocks.zipFrom the readme
CTX Blocks
CTX Blocks is a Wordpress Gutenberg Plugin. It includes some new blocks that come in handy for generic websites
Description
CTX Blocks is built to extend the Gutenberg editor with practical, versatile blocks tailored for real-world use. Whether you're building landing pages, internal tools, or dynamic content sections, CTX Blocks equips you with components that are both intuitive for editors and flexible for developers.
It is developed with a focus on clean design, mobile responsiveness, and modern frontend practices (TailwindCSS, BEM, React where needed). Most blocks are customizable via block settings and CSS classes, and follow semantic HTML wherever possible.
New Blocks
- Grid – Create responsive grid layouts with flexible column control for each screen size. Columns can be reordered on smaller devices.
- Card – A customizable card component with support for labels, badges, shadows, and color settings.
- Description List – A stylish list block with optional icons or images, captions, and descriptions.
- Buttons – A button block that supports links, JavaScript functions, and modal triggers.
- Conditional – Conditionally display content depending on date and
Read the full README on GitHub →