Toolset Views and Blocks now fully support WordPress Full Site Editing with block-based themes, delivering a complete overhaul of the rendering pipeline – Content Templates, Dynamic Sources, Fields and Text, Single Field, and View loops all work seamlessly inside FSE templates, the Site Editor, and Query Loop blocks.
Feature: Full Site Editor (FSE) compatibility
- Content Templates now render correctly in block-based themes (Twenty Twenty-Five, etc.)
- Fields and Text block: TinyMCE toolbar, shortcode preview, and Query Loop context support in FSE
- Single Field and Dynamic Sources blocks correctly resolve post context in FSE archive/single templates
- Image placeholders (
%%tb-image-alt-text%%,%%tb-image-wp-image-class%%) resolve in FSE templates - View loop rendering fixed for FSE templates (proper block comment handling)
- CodeMirror initialization crash in block editor prevented (React 18 StrictMode compatibility)
Fix: View filter controls not accessible and not valid
- Filter inputs now use unique IDs via
wp_unique_id()to prevent duplicate IDs when the same View appears multiple times - Label
forattributes correctly reference their associated inputs
Fix: WPML button link translation
- Button block link is now translated as URL (not plain text) by adding
type="link"towpml-config.xml
Fix: FSE archive page issues
- Prevent
tb-dynamicshortcodes from premature resolution in archive templates - Fix Showcases archives repeat issues
Fix: WPML taxonomy archive translation
- Filter taxonomy View results by current WPML language