php 将Genesis中的“找不到帖子”文本更改为自定义文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将Genesis中的“找不到帖子”文本更改为自定义文本相关的知识,希望对你有一定的参考价值。

add_filter('genesis_noposts_text', 'sg_noposts_text');
function sg_noposts_text($text)
{
  $text = '<span class="noposts-text">' . __('Ups, didn´t find any posts.', 'sg') . '</span>';

  return $text;
}  

以上是关于php 将Genesis中的“找不到帖子”文本更改为自定义文本的主要内容,如果未能解决你的问题,请参考以下文章

php 使用Genesis中的博客模板在博客帖子页面或页面上添加介绍文本

php 更改默认的Genesis阅读更多链接

php 从Genesis中删除省略号,在特色页面小部件中阅读更多文本

php 标题中的Elementor + Genesis CSS

php Genesis:删除条目标题中的条目元

php 如何在Genesis中的内容/摘录下添加“阅读更多”按钮