Parašė Impossibru· 2008 Lap. 12 20:11:21
#5
<div class="column two">
<div class="edge-alt"></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="entry-thumb">
<img src=" <?php $key="Thumbnail"; echo get_post_meta($post->ID, $key, true); ?>
"/> </div>
<div class="entry">
<p class="meta"><?php the_time('l, F jS, Y') ?> - <span class="category"><?php the_category(', '); ?></span></p>
<?php the_excerpt(); ?>
</div>
<?php endwhile; ?>
Pilnas kodas, čia WP tema.
Redagavo Impossibru· 2008 Lap. 12 20:11:30