You've already forked wp-bootstrap
Add BlockRenderer class injecting Bootstrap classes into 8 core block types (table, button, buttons, image, search, quote, pullquote, list) via per-block render_block filters using WP_HTML_Tag_Processor. Add WidgetRenderer class wrapping sidebar widgets in Bootstrap card components with h4 heading hierarchy via dynamic_sidebar_params and widget_block_content filters. Add widget SCSS stylesheet for list styling, search input-group, tag cloud pills, and card-flush list positioning. Add single-sidebar.html.twig as the default post template with two-column Bootstrap layout (col-lg-8 content, col-lg-4 sidebar). Full-width available via template selection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
806 B
CSS
16 lines
806 B
CSS
/*
|
|
Theme Name: WP Bootstrap
|
|
Theme URI: https://src.bundespruefstelle.ch/magdev/wp-bootstrap
|
|
Author: Marco Graetsch
|
|
Author URI: https://src.bundespruefstelle.ch/magdev
|
|
Description: A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor.
|
|
Requires at least: 6.7
|
|
Tested up to: 6.7
|
|
Requires PHP: 8.3
|
|
Version: 1.1.0
|
|
License: GNU General Public License v2 or later
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
Text Domain: wp-bootstrap
|
|
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog
|
|
*/
|