level 9
樱之花💕
楼主

打开自己模板的index.php文件找到以下代码:
<a href="<?php $this->permalink() ?>" ><h4 class="post-title" itemprop="headline"><?php $this->title() ?></h4>
然后在” <a href="<?php $this->permalink() ?>" > “添加 target="_blank" 这代码 在新窗口打开!
完成后!
<a href="<?php $this->permalink() ?>" target="_blank"><h4 class="post-title" itemprop="headline"><?php $this->title() ?></h4>
保存搞得! 参考了wp的新窗口打开方法!
http://www.9i3.cn 大家可以看我的效果!!