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.php
<?php if ( foundation_is_theme_using_module( 'custom-latest-posts' ) && wptouch_fdn_is_custom_latest_posts_page() ) { ?> <?php wptouch_fdn_custom_latest_posts_query(); ?> <?php get_template_part( 'index' ); ?> <?php } else { ?> <?php get_header(); ?> <?php if ( !bauhaus_if_carousel_view_enabled() && bauhaus_should_show_featured() ) { ?> <?php bauhaus_featured_slider(); ?> <?php } ?> <div id="content"> <?php if ( wptouch_have_posts() ) { ?> <?php wptouch_the_post(); ?> <?php get_template_part( 'page-content' ); ?> <?php } ?> </div> <!-- content --> <?php if ( comments_open() || have_comments() ) { ?> <div id="comments"> <?php comments_template(); ?> </div> <?php } ?> <?php get_footer(); ?> <?php } ?>
Save
Cancel