0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
wp-content
/
themes
/
oceanwp
/
partials
/
page
/
[
Home
]
File: layout.php
<?php /** * Outputs correct page layout * * @package OceanWP WordPress theme */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <article class="single-page-article clr"> <?php // Get page entry get_template_part( 'partials/page/article' ); // Display comments comments_template(); ?> </article>