• 这两个元素为什么不能放在一行。
    当然title和content都只有几个字,肯定是能在一行放下的。

    <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a><?php the_content(); ?> </h2>

    放在SPAN里仍然不可以。

    <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
    <span class="entry"> <?php the_content(); ?> </span>
    </h2>

    谁知道是怎么回事?谢谢!

查看 1 回复 - 1 至 1 (总计 1)
查看 1 回复 - 1 至 1 (总计 1)

话题 ‘title和content为什么不能放在一行。’不再接受新回复。