https://github.com/cherryframework/cherry-framework-example
Example using Cherry Framework V
https://github.com/cherryframework/cherry-framework-example
cherry-framework cherry5
Last synced: about 1 year ago
JSON representation
Example using Cherry Framework V
- Host: GitHub
- URL: https://github.com/cherryframework/cherry-framework-example
- Owner: CherryFramework
- Created: 2016-11-17T09:36:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T11:41:34.000Z (over 9 years ago)
- Last Synced: 2025-04-08T19:46:50.870Z (about 1 year ago)
- Topics: cherry-framework, cherry5
- Language: PHP
- Homepage: https://github.com/CherryFramework/cherry-framework
- Size: 9.77 KB
- Stars: 9
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example using Cherry Framework V
This is an example to how [Cherry Framework V](https://github.com/CherryFramework/cherry-framework) works (*framework sources should be included in the theme for proper operation*).
## How to use?
1. Copy `cherry-framework-example` directory to your theme root
2. Require example in `functions.php`:
```
require get_template_directory() . '/cherry-framework-example/cherry-framework-example.php';
```
If you want to see breadcrumbs in your site - add code below in template file (recommended in header.php):
```
your_prefix_site_breadcrumbs();
```