Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: post-loop.php
<!-- simple post loop --> <div class="post-meta"> <?php wptouch_the_time(); ?> // <?php the_author(); ?> </div> <h2 class="post-title heading-font"> <a href="<?php wptouch_the_permalink(); ?>"><?php the_title(); ?></a> </h2> <div class="post-content"> <?php wptouch_the_excerpt(); ?> </div>
Save
Cancel