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: home-template.php
<?php /* Mobile Template: Home Template */ ?> <?php get_header(); ?> <?php if ( have_posts() ) { wptouch_the_post(); ?> <div id="content"> <div class="post-content"> <?php wptouch_the_content(); ?> </div> </div> <?php } ?> <?php get_footer(); ?>
Save
Cancel