https://github.com/supermundano/sage-bbpress
BBPress integration for Sage 9
https://github.com/supermundano/sage-bbpress
bbpress composer roots-io sage
Last synced: about 1 year ago
JSON representation
BBPress integration for Sage 9
- Host: GitHub
- URL: https://github.com/supermundano/sage-bbpress
- Owner: supermundano
- License: mit
- Created: 2018-11-18T01:03:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T13:10:17.000Z (over 7 years ago)
- Last Synced: 2024-09-19T22:53:11.773Z (almost 2 years ago)
- Topics: bbpress, composer, roots-io, sage
- Language: PHP
- Size: 2.93 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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**:
```bash
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.