Posted on 8月 19, 2008. Filed under: wordPress |
<ul><?php $posts = get_posts('numberposts=5&category=3&order=desc'); ?>
<?php foreach($posts as $post): ?>
<li><?php the_time('Y.m.d') ?> - <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
Read Full Post |
Make a Comment
( None so far )
Recently on アスーカル・ITレビュー...
Posted on 8月 19, 2008. Filed under: plugin, wordPress |
Posted on 8月 11, 2008. Filed under: 正規表現 |
Posted on 8月 5, 2008. Filed under: firefoxに追加しているアドオン, tools |
Posted on 8月 4, 2008. Filed under: Uncategorized |
Posted on 8月 2, 2008. Filed under: ソフト, 現在使用中のソフト |
Posted on 7月 31, 2008. Filed under: API, blog, php |
Posted on 7月 28, 2008. Filed under: mashup |
Posted on 7月 24, 2008. Filed under: mashup, php |