Title: sequence's Replies | WordPress.org

---

# sequence

  [  ](https://wordpress.org/support/users/sequence/)

 *   [Profile](https://wordpress.org/support/users/sequence/)
 *   [Topics Started](https://wordpress.org/support/users/sequence/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sequence/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sequence/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sequence/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sequence/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sequence/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin adding permalink to image](https://wordpress.org/support/topic/plugin-adding-permalink-to-image/)
 *  Thread Starter [sequence](https://wordpress.org/support/users/sequence/)
 * (@sequence)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/plugin-adding-permalink-to-image/#post-402383)
 * It makes a link of all pictures to the posts, which should increase traffic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last posts per day script ajustment](https://wordpress.org/support/topic/last-posts-per-day-script-ajustment/)
 *  Thread Starter [sequence](https://wordpress.org/support/users/sequence/)
 * (@sequence)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/last-posts-per-day-script-ajustment/#post-399772)
 * would realy be helped if anybody could help me ajusting the code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin adding permalink to image](https://wordpress.org/support/topic/plugin-adding-permalink-to-image/)
 *  Thread Starter [sequence](https://wordpress.org/support/users/sequence/)
 * (@sequence)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/plugin-adding-permalink-to-image/#post-402381)
 * anybody?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Previous/Next posts links stop working while using multiple loops](https://wordpress.org/support/topic/previousnext-posts-links-stop-working-while-using-multiple-loops/)
 *  Thread Starter [sequence](https://wordpress.org/support/users/sequence/)
 * (@sequence)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/previousnext-posts-links-stop-working-while-using-multiple-loops/#post-400970)
 * Thanks! That solved the problem indeed!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last posts per day script ajustment](https://wordpress.org/support/topic/last-posts-per-day-script-ajustment/)
 *  Thread Starter [sequence](https://wordpress.org/support/users/sequence/)
 * (@sequence)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/last-posts-per-day-script-ajustment/#post-399715)
 * anybody?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last posts per day script ajustment](https://wordpress.org/support/topic/last-posts-per-day-script-ajustment/)
 *  Thread Starter [sequence](https://wordpress.org/support/users/sequence/)
 * (@sequence)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/last-posts-per-day-script-ajustment/#post-399290)
 * this results in just having the day above _each_ line.
 * right now i’m using this code:
 * ##################
    <h2><?php _e(‘Last 10 Posts’); ?></h2> <?php query_posts(‘
   showposts=10’); ?> <table> <?php if (have_posts()) : while (have_posts()) : the_post();?
   > <tr><td>[<?php the_time(‘d-m’) ?>]</td><td><?php the_time(‘H:i’) ?></td><td
   ><?php the_title() ?></td></tr> <?php endwhile; endif; ?> </table> ##################
 * This results in the following output:
 * ##################
    Last 10 Posts
 * [04-06] 12:27 Article 10
    [03-06] 13:09 Article 9 [03-06] 12:05 Article 8 [03-
   06] 09:40 Article 7 [02-06] 18:56 Article 6 [02-06] 17:56 Article 5 [02-06] 17:
   34 Article 4 [02-06] 15:52 Article 3 [02-06] 11:09 Article 2 [02-06] 10:51 Article
   1 ##################
 * But I want it to look like this:
    ################## Last 10 Posts
 * Sunday
    12:27 Article 10 Saturday 13:09 Article 9 12:05 Article 8 09:40 Article
   7 Friday 18:56 Article 6 17:56 Article 5 17:34 Article 4 15:52 Article 3 11:09
   Article 2 10:51 Article 1 ##################
 * Tnx in advance!

Viewing 6 replies - 1 through 6 (of 6 total)