如何让<?php the_permarink()?>关注?

时间:2019-12-17 作者:adam sk

我使用此代码显示wp的帖子

<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
但所有的链接都没有遵循。为什么他们不跟我走?为什么他们不跟我走?如何让tem跟进?

1 个回复
SO网友:Ankit Jain

simply add this

<a href="<?php the_permalink() ?>" rel="follow"><?php the_title(); ?></a>

相关推荐

Problem with permalinks

我已经更改了类别的基本名称,现在它是“博客”,工作正常。但当我通过/blog/%category%/%postname%/更改结构时。显示404。如果我删除结构中的blog,它会再次工作,但我想使用blog word。问题出在哪里?非常感谢。