/
home
/
desid573
/
verdenaturopathy.com.au
/
wp-content
/
themes
/
Divi_old
/
/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old
mkdir
upload
Name
Size
Mode
Actions
core/
-
0755
rm
css/
-
0755
rm
epanel/
-
0755
rm
et-pagebuilder/
-
0755
rm
images/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
lang/
-
0755
rm
psd/
-
0755
rm
404.php
484
0644
edit
dl
rm
changelog.txt
655271
0644
edit
dl
rm
class-wp-theme-support.php
3289
0644
edit
dl
rm
comments.php
3079
0644
edit
dl
rm
CREDITS.md
56866
0644
edit
dl
rm
footer.php
1849
0644
edit
dl
rm
functions-string.php
0
0644
edit
dl
rm
functions.php
0
0644
edit
dl
rm
header.php
12827
0644
edit
dl
rm
index-git.php
0
0644
edit
dl
rm
index.php
2681
0644
edit
dl
rm
LICENSE.md
16621
0644
edit
dl
rm
options_divi.php
51017
0644
edit
dl
rm
page-class.php
0
0644
edit
dl
rm
page-template-blank.php
2118
0644
edit
dl
rm
page.php
1930
0644
edit
dl
rm
post_thumbnails_divi.php
1522
0644
edit
dl
rm
README.md
1457
0644
edit
dl
rm
rtl.css
9030
0644
edit
dl
rm
screenshot.jpg
33526
0644
edit
dl
rm
sidebar-footer.php
458
0644
edit
dl
rm
sidebar.php
339
0644
edit
dl
rm
single-et_pb_layout.php
363
0644
edit
dl
rm
single-project.php
3154
0644
edit
dl
rm
single.php
5325
0644
edit
dl
rm
style-cpt.css
1016701
0644
edit
dl
rm
style-cpt.dev.css
1158206
0644
edit
dl
rm
style.css
824269
0644
edit
dl
rm
style.dev.css
977861
0644
edit
dl
rm
theme-after-footer.php
359
0644
edit
dl
rm
theme-after-header.php
475
0644
edit
dl
rm
theme-after-wrappers.php
233
0644
edit
dl
rm
theme-before-wrappers.php
459
0644
edit
dl
rm
theme-footer.php
1651
0644
edit
dl
rm
theme-header.php
11401
0644
edit
dl
rm
wpml-config.xml
345
0644
edit
dl
rm
Edit:
/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old/page.php
(1930B)
<?php get_header(); $is_page_builder_used = et_pb_is_pagebuilder_used( get_the_ID() ); ?> <div id="main-content"> <?php if ( ! $is_page_builder_used ) : ?> <div class="container"> <div id="content-area" class="clearfix"> <div id="left-area"> <?php endif; ?> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( ! $is_page_builder_used ) : ?> <h1 class="entry-title main_title"><?php the_title(); ?></h1> <?php $thumb = ''; $width = (int) apply_filters( 'et_pb_index_blog_image_width', 1080 ); $height = (int) apply_filters( 'et_pb_index_blog_image_height', 675 ); $classtext = 'et_featured_image'; $titletext = get_the_title(); $alttext = get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true ); $thumbnail = get_thumbnail( $width, $height, $classtext, $alttext, $titletext, false, 'Blogimage' ); $thumb = $thumbnail["thumb"]; if ( 'on' === et_get_option( 'divi_page_thumbnails', 'false' ) && '' !== $thumb ) print_thumbnail( $thumb, $thumbnail["use_timthumb"], $alttext, $width, $height ); ?> <?php endif; ?> <div class="entry-content"> <?php the_content(); if ( ! $is_page_builder_used ) wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'Divi' ), 'after' => '</div>' ) ); ?> </div> <!-- .entry-content --> <?php if ( ! $is_page_builder_used && comments_open() && 'on' === et_get_option( 'divi_show_pagescomments', 'false' ) ) comments_template( '', true ); ?> </article> <!-- .et_pb_post --> <?php endwhile; ?> <?php if ( ! $is_page_builder_used ) : ?> </div> <!-- #left-area --> <?php get_sidebar(); ?> </div> <!-- #content-area --> </div> <!-- .container --> <?php endif; ?> </div> <!-- #main-content --> <?php get_footer();
Save
cmd:
run