Description
TMS Blocks adds a focused set of blocks to the WordPress block editor. Each block is designed to produce clean, predictable HTML with full styling control built in, no page builder required.
The plugin currently includes the following blocks:
* TMS Block: semantic wrapper with your choice of HTML tag
* TMS Heading: H1–H6 with dynamic content support
* TMS Paragraph: body text with truncation and dynamic content
* TMS Link: anchor block with dynamic URL and label support
* TMS Image: images from the media library, URL, or dynamic field
* TMS List / List Item: ordered and unordered lists
* TMS Dynamic Field: output post data, custom fields, and taxonomy terms
* Post Context: point child blocks at a specific post
Styling
Every block includes a Styles tab with breakpoint controls for desktop, tablet, and mobile. Each breakpoint has independent base, hover, and focus-visible states. The CSS+ tab lets you add custom selectors with full style controls per selector.
Dynamic content
The Dynamic Field block and path builder let you pull post titles, dates, custom fields, taxonomy terms, author info, and more, with no additional plugins required.
Built for block themes
Blocks render server-side where needed and produce minimal markup. Designed to work with block themes and full-site editing without adding page-builder overhead.
Requirements
- WordPress 6.3 or higher
- PHP 7.4 or higher
- The block editor (Gutenberg); Classic Editor is not supported
Development
The source code for this plugin, including unminified assets, is available at:
https://github.com/andrei-136/tms-blocks
Blocks
This plugin provides 9 blocks.
- TMS Img A simple image element. Compose with Post Context and Anchor blocks.
- TMS Block A flexible semantic HTML wrapper with inner content.
- TMS Link Creates a hyperlink wrapping inline or block content
- Post Context Provides a post context to child blocks. Children can pull fields from the scoped post.
- TMS List A customizable list block (ul, ol) with inner list items.
- TMS Dynamic Field Displays data from the current query context using a path builder.
- TMS Paragraph A paragraph block equivalent to core/paragraph.
- TMS Heading Custom heading with optional letter span wrapping.
- TMS List Item A single list item for TMS List Block.
Installation
- Upload the plugin files to the /wp-content/plugins/tms-blocks directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the \’Plugins\’ screen in WordPress.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“TMS Blocks” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “TMS Blocks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
- Added template variable support in Anchor block href ({{page_url}}, {{post_url}}, {{site_url}})
- Fixed: title attribute set via Custom Attributes on Img block now renders on frontend
- Added override indicator store (shared) for component-system dot colors
- Added attrKey prop to PanelTitle and ControlLabel for override-aware dot coloring
- Component instance overrides now show orange indicator dots in block controls
- Bumped dependency: tms-component-system now populates override dot color store
- Fixed priority bug in dynamic path resolver when placed inside query loop
1.0.3
- Fixed unexpected output error during activation
1.0.2
- Tested up to WordPress 7.0
1.0
- Initial release.
