Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
bauhaus
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: page-content.php
<div class="<?php wptouch_post_classes(); ?>"> <div class="post-page-head-area bauhaus"> <h1 class="post-title heading-font"><?php the_title(); ?></h1> <?php if ( bauhaus_should_show_thumbnail() && wptouch_has_post_thumbnail() ) { ?> <div class="post-page-thumbnail"> <?php the_post_thumbnail('large', array( 'class' => 'post-thumbnail wp-post-image' ) ); ?> </div> <?php } ?> </div> <div class="post-page-content"> <?php wptouch_the_content(); ?> </div> </div>
Save
Cancel