File Editor
Directories:
.. (Back)
ai-app
cloud
common
core
css
epanel
et-pagebuilder
images
includes
js
lang
onboarding
psd
Files:
404.php
changelog.txt
comments.php
footer.php
functions.php
header.php
index.php
options_divi.php
page-template-blank.php
page.php
post_thumbnails_divi.php
rtl.css
sidebar-footer.php
sidebar.php
single-et_pb_layout.php
single-project.php
single.php
style-cpt-rtl.min.css
style-cpt.min.css
style-rtl.min.css
style-static-cpt-rtl.min.css
style-static-cpt.min.css
style-static-rtl.min.css
style-static.min.css
style.css
style.min.css
theme-after-footer.php
theme-after-header.php
theme-after-wrappers.php
theme-before-wrappers.php
theme-footer.php
theme-header.php
Create New File
Create
Edit File: theme-after-header.php
<?php /** * Template partial used to add content to the page in Theme Builder. * Duplicates partial content from header.php in order to maintain * backwards compatibility with child themes. */ if ( et_builder_is_product_tour_enabled() || is_page_template( 'page-template-blank.php' ) ) { return; } ?> <div id="et-main-area"> <?php /** * Fires after the header, before the main content is output. * * @since 3.10 */ do_action( 'et_before_main_content' ); ?>
Save Changes
Rename File
Rename