This is an example to how Cherry Framework V works (framework sources should be included in the theme for proper operation).
- Copy
cherry-framework-example
directory to your theme root - 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();