码迷,mamicode.com
首页 > 其他好文 > 详细

wordpress博客的post 标题

时间:2014-08-21 15:07:34      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:wordpress

使主页的标题不能连接到文章,只能通过阅读更多进入文章,给有特殊需要的人。


欢迎访问:

www.findspace.name



I got it.

In linux:
using 


    find .|xargs grep -ri "<?php the_permalink()" 


in the themes folder to find which one quote the link.In my themes I found that :


    ./content.php: <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>


and there‘re more content .....
So I found it and delete the 


    href="<?php the_permalink(); ?>"


ok!



汗死,本来是发在stackoverflow上问的,然后自己解决了,要回答的时候,,被提示这个与programing无关,,,,,保存到博客吧。。。



wordpress博客的post 标题,布布扣,bubuko.com

wordpress博客的post 标题

标签:wordpress

原文地址:http://blog.csdn.net/findxiaoxun/article/details/38728511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!