我们的网站目前正在使用"Yoast的WordPress SEO",
rel="next"并且rel="prev"在类别和存档页面上运行良好,但是在我们创建的页面模板中, rel="next"并rel="prev"没有显示.(此页面模板也有分页)
我们的网站结构=>我们有" Article"帖子类型
在文章中我们有类别
因为我希望网址 www.sitename.com/loan 没有../category/loan
我创建了名为"贷款"的"页面",并使用page-loan.php页面模板查询帖子类型"文章"类别"贷款"
我想拥有rel="next"并rel="prev"出现在这个页面模板中我也不知道有没有使用Yoast的WordPress SEO来做呢?
或者无论如何修改插件中的下面脚本以制作 rel="next"并rel="prev"出现在页面模板中?
我在插件中找到的脚本
public function adjacent_rel_links() {
// Don't do this for Genesis, as the way Genesis handles homepage functionality is different and causes issues sometimes.
/**
* Filter 'wpseo_genesis_force_adjacent_rel_home' - Allows devs to allow echoing rel="next" / rel="prev" by WP SEO on Genesis installs
* …Run Code Online (Sandbox Code Playgroud)