我希望我的博客帖子显示在表单输入框中,而不仅仅是页面上的文本。不是标题,而是提交的内容。这有可能吗。
我的索引。php:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><b><?php the_title(); ?></b>
= <div class="entry">
<?php the_content(\'Read more »\'); ?>
</div>
</div>
<?php endwhile; ?>