指定した「タグ」の投稿リストを投稿記事上に表示させたいですが、うまくいきません。
プラグイン「runphp」をつかっていますが、「Parse error: syntax error」になります。
<?php if (have_posts()) : query_posts('&tag__and=148&showposts=2'); ?>
<?php while (have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php endwhile; endif; ?>
sidebar.phpにはちゃんと表示されるとこまでこぎ着けました。
他に方法がありませんでしょうか?