Advertisement
Guest User

Untitled

a guest
May 13th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php while (have_posts()): the_post(); ?>
  2.  
  3. //Conteúdo do Loop a ser exibido
  4.  
  5. <?php endwhile;?>
  6.  
  7. //Paginação
  8. <div id="pagination">
  9.    <?php pagination_funtion(); ?>
  10.    <div style="clear: both;"> </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement