newloong / sage-bbpress

BBPress integration for Sage 9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBPress integration for Sage 9 themes

This package enables BBPress integration with Sage 9 themes and Blade templates.

Installation

Install the package in your theme folder:

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

Usage

Create /resources/views/bbpress folder in your theme and place there any template used by BBPress with .blade.php extension. This template will be loaded instead of a template from the BBPress plugin. If you want to replace particular template, please have a look into plugin folder bbpress/templates/default/bbpress and use same file name (and change the extension to .blade.php) as the original template.

About

BBPress integration for Sage 9

License:MIT License


Languages

Language:PHP 100.0%