Cleanup: Remoción masiva de restos de WordPress y consolidación de archivos GKACHELE™

This commit is contained in:
komkida91
2026-01-27 18:00:16 +01:00
parent d9aad67066
commit 7083aa3893
874 changed files with 137670 additions and 137443 deletions

View File

@@ -0,0 +1,28 @@
<?php
/**
*
* Template Name: Builder Page
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Abiz
*/
get_header();
?>
<section id="page-builder" class="st-py-default theme-builder">
<div class="container">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
</div>
</section>
<?php
get_footer();