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: featured-posts.php
<?php $settings = foundation_get_settings(); ?> <a href='<?php echo the_permalink(); ?>' class='needsclick'> <div class='comments-number'><span><?php echo wptouch_get_comment_count(); ?></span></div> <img src='<?php echo foundation_featured_get_image(); ?>' alt='<?php the_title(); ?>' / > <p class='featured-date'><?php wptouch_the_time(); ?></p> <p class='featured-title'><span><?php the_title(); ?></span></p> </a>
Save
Cancel