File Editor
Directories:
.. (Back)
Files:
content-alternative-2.php
content-alternative.php
content-frontpage.php
content-fullwidth.php
content-none.php
content-page.php
content-pagebuilder.php
content-portfolio.php
content-single.php
content.php
Create New File
Create
Edit File: content-pagebuilder.php
<?php /** * The default template for displaying content on page builders templates. * * Used for page builder full width and page builder blank. * * @package Hestia * @since Hestia 1.1.24 * @author Themeisle */ ?> <article id="post-<?php the_ID(); ?>" class="section pagebuilder-section"> <?php the_content(); ?> </article>
Save Changes
Rename File
Rename