Cleanup: Remoción masiva de restos de WordPress y consolidación de archivos GKACHELE™
This commit is contained in:
17
gk-assets/themes/chromax/page-templates/pagebuilder.php
Normal file
17
gk-assets/themes/chromax/page-templates/pagebuilder.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
Template Name: Builder Page
|
||||
**/
|
||||
get_header();
|
||||
?>
|
||||
<section id="page-builder" class="theme-builder">
|
||||
<?php
|
||||
the_post(); the_content();
|
||||
|
||||
if( $post->comment_status == 'open' ) {
|
||||
comments_template( '', true ); // show comments
|
||||
}
|
||||
?>
|
||||
</section>
|
||||
<?php get_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user