wordpress博客的post 标题

Posted jzdwajue

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wordpress博客的post 标题相关的知识,希望对你有一定的参考价值。

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


欢迎訪问:

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 标题的主要内容,如果未能解决你的问题,请参考以下文章

get_posts 不超过 X 天 - Wordpress

Wordpress自定义Post类型注册

在我的网站和 wordpress 博客之间共享会话

搭建wordpress个人博客

LAMP搭建Wordpress博客

从帖子标题获取 WordPress 帖子 ID