将类添加到WordPress中的上一篇文章和下一篇文章中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将类添加到WordPress中的上一篇文章和下一篇文章中相关的知识,希望对你有一定的参考价值。

  1. add_filter('next_posts_link_attributes', 'posts_link_attributes');
  2. add_filter('previous_posts_link_attributes', 'posts_link_attributes');
  3.  
  4. function posts_link_attributes(){
  5. return 'class="styled-button"';
  6. }

以上是关于将类添加到WordPress中的上一篇文章和下一篇文章中的主要内容,如果未能解决你的问题,请参考以下文章

laravel写出文章的上一篇和下一篇并进行MySQL语句性能测试

Symfony,上一个和下一个链接

php WordPress |自定义上一页和下一页链接

WordPress - 如何将锚点添加到上一页/下一页链接

idea2021版本添加上一步和下一步操作到工具栏

sql查询上一条记录和下一条记录