Advanced File Manager
Current Directory:
/home/cirmwrhs/www/wwwrenard/wp-content/uploads/alm_templates
⬅ Go Back
Upload
Create Folder
Create File
Rename
Name
Type
Actions
📁 ..
Directory
Open
|
Delete
📄 default.php
File
View
|
Edit
|
Delete
Editing File: default.php
<li <?php if (!has_post_thumbnail()) { ?> class="no-img"<?php } ?>> <?php if ( has_post_thumbnail() ) { the_post_thumbnail('alm-thumbnail'); }?> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <p class="entry-meta"><?php the_time("F d, Y"); ?></p> <?php the_excerpt(); ?> </li>
Save