如何使下拉列表具有subcat和定制字段的值

时间:2018-06-24 作者:Fernando

我有文件搜索表。php搜索。phpadv搜索。包含下拉列表类别的php和显示下拉列表的代码是。。。

enter code here$args = array(                                           
                     \'child_of\' => $current_term->term_id,
\'taxonomy\' => $current_term->taxonomy,
\'hide_empty\' => 0,
\'hierarchical\' => true,
\'depth\'  => 0,
\'title_li\' => \'\',
    \'show_option_all\' => All,
    \'hide_if_empty\' => true,

                );
                wp_dropdown_categories($args);

1 个回复
SO网友:Nick Young

您需要首先设置获取当前页面类别的方法。也许是使用get_the_category() 或类似。然后,在完成此操作后,您要设置selected 参数指定要选择的类别的ID。现在您已将其设置为-1.

请参见的说明selected here.

结束

相关推荐

某些帖子内容未显示在DB Search中

我使用MySQL Workbench在数据库中搜索URL,以便使用sqlupdate() 将其更改为其他URL。很简单。让我感到困扰的是,即使这样,其中一些URL(几乎所有URL都是用户在帖子内容部分键入的)也不会出现在明显的地方,比如wp_posts, 甚至当我搜索整个模式时。还有其他地方的提示吗post_content 除了post_content