supermundano/sage-bbpress

1.0.1 2019-01-31 13:09 UTC

This package is auto-updated.

Last update: 2024-08-29 04:37:24 UTC


README

此包允许BBPress与Sage 9主题和Blade模板集成。

安装

在主题文件夹中安装包

cd wp-content/themes/your-sage-theme-folder
composer require supermundano/sage-bbpress

使用方法

在您的主题文件夹中创建/resources/views/bbpress文件夹,并将BBPress使用的任何模板(以.blade.php扩展名)放置其中。此模板将代替BBPress插件中的模板。如果您想替换特定模板,请查看插件文件夹bbpress/templates/default/bbpress,并使用与原始模板相同的文件名(并将扩展名更改为.blade.php)。