定制 mcaskill/wp-term-order 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mcaskill/wp-term-order

Composer 安装命令:

composer require mcaskill/wp-term-order

包简介

Sort taxonomy terms, your way

README 文档

README

Sort taxonomy terms, your way.

WP Term Order allows users to order any visible category, tag, or taxonomy term numerically, providing a customized order for their taxonomy terms.

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your admin by clicking the "Activate" link.
  • No further setup or configuration is necessary.

Demo

Term Reorder

FAQ

Does this create new database tables?

No. There are no new database tables with this plugin.

Does this modify existing database tables?

Yes. The wp_term_taxonomy table is altered, and an order column is added.

Can I query and sort by order?

Yes. Use it like:

$terms = get_terms( array(
    'taxonomy'   => 'category',
    'depth'      => 1,
    'number'     => 100,
    'parent'     => 0,
    'orderby'    => 'order', // <--- Looky looky!
    'order'      => 'ASC',
    'hide_empty' => false,

    // Try the "wp-term-meta" plugin!
    'meta_query' => array( array(
        'key' => 'term_thumbnail'
    ) )
) );

Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-term-order/

Can I contribute?

Yes, please! The number of users needing more robust taxonomy term ordering is growing fast. Having an easy-to-use UI and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!

统计信息

  • 总下载量: 857
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2018-08-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固