如何为WordPress帖子设置最小字数

你有多个作者的博客吗?然后,您可能想知道如何为WordPress中的帖子设置最小字数。在本文中,我们将与您分享一个片段,让您为WordPress帖子设置最小字数。如果用户试图发布一个太小的帖子,那么它将返回一个错误,告诉他们帖子不够长。

只需打开你的主题的 functions.php 文件并粘贴以下代码:

function minWord($content)  {  global $post;  $content = $post->post_content;  if (str_word_count($content) < 100 ) //set this to the minimum number of words  wp_die( __("Error: your post is below the minimum word count. It needs to be longer than 100 words.") );  }  add_action("publish_post", "minWord");

你有多个作者的博客吗?然后,您可能想知道如何为WordPress中的帖子设置最小字数。在本文中,我们将与您分享一个片段,让您为WordPress帖子设置最小字数。如果用户试图发布一个太小的帖子,那么它将返回一个错误,告诉他们帖子不够长。

只需打开你的主题的 functions.php 文件并粘贴以下代码:

function minWord($content)  {  global $post;  $content = $post->post_content;  if (str_word_count($content) < 100 ) //set this to the minimum number of words  wp_die( __("Error: your post is below the minimum word count. It needs to be longer than 100 words.") );  }  add_action("publish_post", "minWord");

相关推荐

发表回复

房先生
我们将24小时内回复。
2024-04-29 06:35:11
您好,有任何疑问请与我们联系!
您的工单我们已经收到,我们将会尽快跟您联系!
[加我微信]
chaoneo
注:点击复制微信号并打开微信APP,添加好友后进行聊天。
[电话联系]
13585372227
[电子邮件]
[email protected]
取消

选择聊天工具: