RundizStrap Companion

外掛說明

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).

螢幕擷圖

  • 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

適用於區塊編輯器

這個外掛提供 13 個可供 Gutenberg/區塊編輯器使用的區塊。

  • 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.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈RundizStrap Companion〉的開發相關工作。

參與者

將〈RundizStrap Companion〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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