小编Pav*_*a J的帖子

无论如何使用Yoast的WordPress SEO将rel ="next"/ rel ="prev"添加到"页面模板"中?

我们的网站目前正在使用"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)

php wordpress

5
推荐指数
1
解决办法
1163
查看次数

标签 统计

php ×1

wordpress ×1