【发布时间】:2017-07-30 01:04:00
【问题描述】:
我正在使用此代码显示按“postnr”排序的列表,postnr 是自定义字段。
$config = [
"s" => $_GET["s"],
"order" => "ASC",
"orderby" => "postnr"
];
如何在 WordPress 中对 orderby 自定义字段“postnr”进行排序。
【问题讨论】:
标签: php jquery mysql wordpress sorting