Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
themes
/
zakra
/
page-templates
/
Editing: pagebuilder.php
<?php /** * * Template Name: Page Builder * * The template for displaying content from page builder. * * 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 zakra */ get_header(); ?> <div id="primary" class="zak-primary pagebuilder-content"> <?php while ( have_posts() ) : the_post(); the_content(); endwhile; // End of the loop. ?> </div><!-- zak-primary --> <?php get_footer();
Save
Cancel