ProPeler
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
wp-content
/
themes
/
bayisihat-jurnal
/
Filename :
page.php
back
Copy
<?php if (!defined('ABSPATH')) exit; get_header(); while(have_posts()): the_post(); ?> <article class="article"> <header class="wrap article__header"> <h1 class="article__title"><?php the_title(); ?></h1> </header> <div class="wrap article__wrap"> <div class="article__body"> <?php the_content(); ?> </div> </div> </article> <?php endwhile; get_footer(); ?>