首页 > 其他 > 详细

wordpress博客的post 标题

时间:2017-06-14 19:47:31      阅读:315      评论:0      收藏:0      [点我收藏+]

使主页的标题不能连接到文章,仅仅能通过阅读很多其它进入文章。给有特殊须要的人。


欢迎訪问:

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 标题

原文:http://www.cnblogs.com/jzdwajue/p/7010499.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!