File Editor
Directories:
.. (Back)
assets
demo
inc
languages
template-parts
Files:
404.php
archive.php
class.theme-modules.php
comments.php
footer.php
functions.php
header.php
home.php
index.php
page.php
search.php
searchform.php
sidebar.php
single-portfolio.php
single.php
style.css
template-layout-builder.php
Create New File
Create
Edit File: template-layout-builder.php
<?php /** * Template Name: Layout builder (Elementor) * Template Post Type: page, portfolio * * @package quarty */ get_header(); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php the_content(); ?> </div><!-- #post-<?php the_ID(); ?> --> <?php endwhile; ?> <?php get_footer();
Save Changes
Rename File
Rename