wordpress/php-fpm/wordpress_files/themes/simple-catch/page.php

13 lines
286 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
*
* @package Catch Themes
* @subpackage Simple_Catch_Pro
* @since Simple Catch 1.0
*/
?>
<?php if ( function_exists( 'simplecatch_content' ) ) simplecatch_content();