her mesaj yazdığınızda,

<td> 
                                    <div style="border: 1px solid #C7C7C7;background-color:#596e74;" align="center">
                                      <table width="%100" border="0" cellspacing="0" cellpadding="0"> 
                                        <tr> 
                                          <td bgColor="#40585F"> 
                                            <div align="center">
                                                <a class="asgsdg" href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>">xxxxxxx</a>
                                                <br><a class="asdasd" href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
                                                <br><span class="asd"><?php the_category(', ') ?></span>
                                            </div> 
                                          </td> 
                                        </tr> 
                                      </table> 
                                    </div>
                                  </td>
bu kod tekrar edicektir... sonuçta döngü içerisinde alıyorsunuz bunları... tekrarını istemediğiniz kodları, if'ten önce yazarsanız sadece istedikleriniz tekrar eder.