RundizStrap Companion

Description

A WordPress plugin that contains many blocks to build your RundizStrap theme, or you can use it with any Bootstrap 5 themes.

You can manually set CSS class(es) by referring to the Bootstrap document.

Supported custom HTML attributes like data-*, aria-* in most blocks.

Available blocks:

  • Customizable div
  • Layout container
  • Layout row
  • Layout column
  • Search (for navbar and anywhere else)
  • Pagination (for list posts)
  • Navbar container
  • Navbar toggler button (for responsive toggler)
  • Navbar responsive wrapper (collapse, offcanvas)
  • Navbar navigation (display menu items)
  • Button (link, or button)
  • Comment form
  • Post navigation (display next, previous post)

Tested up to PHP 8.5.

The original source code is on GitHub ( https://github.com/Rundiz-WP/rundizstrap-companion ).
It contains the original source of blocks before compile/build and blocks that are already built, the build tools via Node package (package.json).

Screenshots

  • Customizable div
  • Layout container
  • Layout row
  • Layout column
  • Search
  • Pagination for list posts
  • Navbar container
  • Navbar toggler button
  • Navbar responsive wrapper. (You can choose it as a collapse, or offcanvas, but additional HTML attributes may be needed depending on the Bootstrap guidelines.)
  • Navbar navigation
  • Button
  • Comment form
  • Post navigation for display previous post, next post
  • Navbar on front pages showing dropdown menu
  • Plugin settings
  • Plugin help page

Blocks

This plugin provides 13 blocks.

  • Customizable div Create <div> element that can customize class, attributes. This block is in RundizStrap Companion.
  • Bootstrap layout row Render Bootstrap row. This block is in the RundizStrap Companion.
  • Bootstrap navbar container Bootstrap navbar container. This block is in the RundizStrap Companion.
  • Bootstrap post navigation link Displays the next or previous post link in Bootstrap style. This block is in the RundizStrap Companion.
  • Bootstrap comment form Display post comment form in Bootstrap style. This block is in the RundizStrap Companion.
  • Bootstrap pagination Display pagination in Bootstrap style. This block is in the RundizStrap Companion.
  • Bootstrap layout column Render Bootstrap column. This block is in the RundizStrap Companion.
  • Bootstrap button Render Bootstrap button. This block is in the RundizStrap Companion.
  • Bootstrap search form Display search form in Bootstrap style. This block is in the RundizStrap Companion.
  • Bootstrap layout container Render Bootstrap container. This block is in the RundizStrap Companion.
  • Bootstrap navbar responsive wrapper Wrap the navbar items with collapse or offcanvas. This block is in the RundizStrap Companion.
  • Bootstrap navbar navigation Bootstrap navbar navigation items. This block is in the RundizStrap Companion.
  • Bootstrap Navbar Toggler Button Bootstrap navbar toggler button. This block is in the RundizStrap Companion.

FAQ

What version of Bootstrap do you use?

I try to update to the latest version, and currently it is Bootstrap 5.

Does the navbar work with WordPress navigation management?

Yes, it’s working with WordPress navigation management in the Site Editor. But it does not support all WordPress core blocks.

I need more help with how to use it.

If you have the capability to edit theme options, you can access the help page under the Appearance menu in the admin page.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“RundizStrap Companion” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.2

2026-04-09
* Update JS to not depend on jQuery.
* Add mandatory class name to post navigation link block (bs-post-navigation-link) to fix very long post may not be wrapped.
* Fix incorrect escape URL.
* Fix incorrect dataset in assets/js/Admin/rd-settings-media.js
* Add check for ABSPATH on top of PHP files.

1.0.1

2026-04-04
* Fix activate/deactivate/uninstall process to working on all sites.

1.0.0

2026-03-29
* First published on wordpress.org.

view previous version logs on changelog.md