%PDF- %PDF-
| Direktori : /home/dopla/www/wp-content/themes/dopla2019/ |
| Current File : /home/dopla/www/wp-content/themes/dopla2019/page.php |
<?php get_header(); ?>
<?php get_sidebar('top'); ?>
<?php
if (have_posts()) {
/* Start the Loop */
while (have_posts()) {
the_post();
get_template_part('content', 'page');
/* Display comments */
if (theme_get_option('theme_allow_comments')) {
comments_template();
}
}
} else {
theme_404_content();
}
?>
<?php get_sidebar('bottom'); ?>
<?php get_footer(); ?>