|
@@ -32,7 +32,7 @@ get_header(); ?>
|
|
<?php if( !empty($sticky) ){ ?>
|
|
<?php if( !empty($sticky) ){ ?>
|
|
<?php $args = array('post_type' => 'post', 'orderby' => 'modified', 'posts_per_page' => 5,'post__in' => $sticky);?>
|
|
<?php $args = array('post_type' => 'post', 'orderby' => 'modified', 'posts_per_page' => 5,'post__in' => $sticky);?>
|
|
<?php $stickyposts = get_posts($args); ?>
|
|
<?php $stickyposts = get_posts($args); ?>
|
|
- <li>Recently ( Edited )</li>
|
|
|
|
|
|
+ <li><u>Recently ( Edited )</u></li>
|
|
<?php foreach ($stickyposts as $post) : setup_postdata($post); ?>
|
|
<?php foreach ($stickyposts as $post) : setup_postdata($post); ?>
|
|
<li style="color:#777"><?php echo get_the_modified_date('y/m/d'); ?> ( <?php echo get_the_date('y/m/d'); ?> ) - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
<li style="color:#777"><?php echo get_the_modified_date('y/m/d'); ?> ( <?php echo get_the_date('y/m/d'); ?> ) - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
<?php endforeach; ?>
|
|
<?php endforeach; ?>
|