php 类别重命名类别类别过滤器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 类别重命名类别类别过滤器相关的知识,希望对你有一定的参考价值。

add_action( 'init', 'wpa4182_init');
function wpa4182_init()
{
  global $wp_taxonomies;

  $wp_taxonomies['category']->labels = (object)array(
      'name' => 'Simple post taxonomy',
      'menu_name' => 'Simple post taxonomy',
      'singular_name' => 'Simple post taxonomy',
      'search_items' => 'Search Simple post taxonomy',
      'popular_items' => 'Popular Simple post taxonomy',
      'all_items' => 'All Simple post taxonomy',
      'parent_item' => null, // Tags aren't hierarchical
      'parent_item_colon' => null,
      'edit_item' => 'Edit Simple post taxonomy',
      'update_item' => 'Update Simple post taxonomy',
      'add_new_item' => 'Add new Simple post taxonomy',
      'new_item_name' => 'New Simple post taxonomy',
      'separate_items_with_commas' => 'Separata Simple post taxonomy with commas',
      'add_or_remove_items' => 'Add or remove Simple post taxonomy',
      'choose_from_most_used' => 'Choose from the most used Simple post taxonomy',
  );

  $wp_taxonomies['post_tag']->label = 'Simple post taxonomy';
}

以上是关于php 类别重命名类别类别过滤器的主要内容,如果未能解决你的问题,请参考以下文章

php Сustom类别过滤器解析URL类别过滤器按自定义过滤器按属性自定义过滤器自定义排序

php WordPress |类别过滤器下拉列表

php 多类别过滤器

PHP MySQL搜索/类别过滤器

PHP按类别过滤搜索结果并计数

Wordpress SLUGS:用页面覆盖类别?