你可以试试这个。达到目的。
<div class="post-content">
<img src="" alt="img" />
<div class="post-entry">
<?php the_title();?><br>
<?php excerpt();?>
</div>
</div>
所需的CSS
.post-content {background: #f60;}
.post-entry {display:none;}
.post-content:hover .post-entry{display:block;}