修改模板的sidebar.php文件,在合适的位置添加如下代码 一:只显示在首页,而不显示再文章页面: <?php /* If this is the frontpage */ if ( is_home() ) { ?> <h3>Links</h3> <ul>...