| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/template_pagebuilder.php.tar |
home/xbodynamge/lebauwcentre/wp-content/themes/integral/template_pagebuilder.php 0000644 00000000731 15113375062 0024374 0 ustar 00 <?php /** Template Name: Page-Builder Template (Elementor & Beaver Builder) * Pages for our theme * * @package WordPress * @subpackage Integral * @since Integral 1.0 */ ?> <?php get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" class="page-builder"> <?php the_content(); ?> </article> <?php endwhile;?> <?php endif; ?> <?php get_footer(); ?>