PHP 8.2.31
Preview: template-page.php Size: 644 B
/home/nshryvcy/radiantskinclinics.org/wp-content/themes/medizco/template/template-page.php

<?php
/**
 * template-page.php
 *
 * Template Name: Page Template
 * Template Post Type: page, medizco-doctor, medizco-service
 */

get_header();
if('medizco-service' == get_post_type()){
    get_template_part( 'template-parts/banner/content', 'banner-service' );
}else{
    get_template_part( 'template-parts/banner/content', 'banner-page' );
}
?>

<div id="post-<?php the_ID(); ?>" <?php post_class('page-contents');?> role="main">
  <div class="builder-content">
    <?php
    while ( have_posts() ) : the_post();
      the_content();
    endwhile;
    ?>
  </div><!-- .builder-content -->
</div><!-- .page-contents -->

<?php
get_footer();

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-23 02:03:57
Edit Download
205 B lr--r--r-- 2026-02-23 02:01:28
Edit Download
426 B lrw-r--r-- 2019-10-30 02:44:10
Edit Download
644 B lrw-r--r-- 2020-03-04 05:54:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).