- 2008-05-07 (水) 15:17
- WordPress
<?php
$posts = get_posts('category=' . $post->category_id);
if (count($posts)):
?>
<ul>
<?php
foreach ($posts as $post) :
setup_postdata($post);
?>
<li><a href="<?php the_permalink() ?>"><?php the_title() ?></a></li>
</ul>
<?php endforeach; ?>
<?php endif; ?>
- Newer: TinyMCE Advanced 中国語の怪
- Older: WordPress Contact Form 7 を入れてみる
Comments:0
Trackbacks:0
- Trackback URL for this entry
- http://www.wiz.gr.jp/wordpress/42/trackback
- Listed below are links to weblogs that reference
- 現在表示している記事と同じカテゴリの記事リストを表示する from WIZ-WORDPRESS│EC-CUBE-LABO
