File: /home/keeloilc/totalcomfort.pk/wp-content/themes/medicalequipment/page.php
<?php
/**
* The template for displaying all pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package medicalequipment
*/
get_header();
?>
<main id="primary" class="site-main">
<?php
/**
* medical equipment content area
*/
$medicalequipment_setting = '';
if(class_exists('medicalequipment_themesetting')):
$medicalequipment_setting = new medicalequipment_themesetting();
if(!function_exists('medicalequipment_pages_setting')):
$medicalequipment_setting->medicalequipment_pages_setting(get_the_ID());
endif;
endif;
?>
</main><!-- #main -->
<?php
get_footer();