Make WordPress Themes

source: xolo/7.2/single-download.php

Last change on this file was 195882, checked in by themedropbox, 2 years ago

New version of Xolo - 2.3

File size: 517 bytes
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 */
14get_header();
15 if ( function_exists( 'xolo_breadcrumbs_style' ) ) : xolo_breadcrumbs_style(); endif; 
16
17get_template_part('template-parts/edd/content','single'); 
18
19get_footer();
Note: See TracBrowser for help on using the repository browser.