first
This commit is contained in:
17
wp-content/themes/simple-theme/template-parts/home.php
Normal file
17
wp-content/themes/simple-theme/template-parts/home.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
if (!defined('ABSPATH')) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- Content -->
|
||||
<main <?php /*post_class('site-main');*/ ?> role="main">
|
||||
|
||||
|
||||
<?php
|
||||
// if ('' != locate_template('template-parts/reviews_wrapper.php')) {
|
||||
// get_template_part('template-parts/reviews_wrapper');
|
||||
// }
|
||||
?>
|
||||
|
||||
</main>
|
Reference in New Issue
Block a user