am alfel
am ceva de genu
Cod:
<?php if (have_posts()) : ?>
  <?php while (have_posts()) : the_post(); ?>
     <div class="postbox">
      <div class="header">
        <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
          <?php the_title(); ?>
          </a></h3>
        </div>
      <div class="thumbnail">
        <?php get_thumbnail($post->ID, 'thumbnail', 'alt="' . $post->post_title . '"'); ?>
      </div>