| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * The template for displaying all pages |
|---|
| 4 | * |
|---|
| 5 | * This is the template that displays all pages by default. |
|---|
| 6 | * Please note that this is the WordPress construct of pages |
|---|
| 7 | * and that other 'pages' on your WordPress site may use a |
|---|
| 8 | * different template. |
|---|
| 9 | * |
|---|
| 10 | * @link https://codex.wordpress.org/Template_Hierarchy |
|---|
| 11 | * |
|---|
| 12 | * @package Xolo |
|---|
| 13 | */ |
|---|
| 14 | get_header(); |
|---|
| 15 | if ( function_exists( 'xolo_breadcrumbs_style' ) ) : xolo_breadcrumbs_style(); endif; |
|---|
| 16 | |
|---|
| 17 | get_template_part('template-parts/edd/content','single'); |
|---|
| 18 | |
|---|
| 19 | get_footer(); |
|---|
Note: See
TracBrowser
for help on using the repository browser.