1

これが私の最初の質問です。ドロップダウン ボックスには、特定のカテゴリが表示されます。私が持っているスクリプトは、すべてのカテゴリとすべてのサブカテゴリを示しています。「DEMO」という名前のカテゴリがあり、そのカテゴリに「DEMO SC1」、「DEMO SC2」、「DEMO SC3」という名前の 3 つのサブカテゴリがあるとします。

ドロップダウンが必要なので、DEMO (カテゴリ) を表示し、その下に「DEMO SC1」、「DEMO SC2」、「DEMO SC3」を表示します。私はこれを持っていますが、すべてのカテゴリとそのサブカテゴリが表示されます。

    <form action="<?php bloginfo('url'); ?>" method="get">
<div>
<?php wp_dropdown_categories('show_count=1&hierarchical=1'); ?>
</div>

私を助けてくれてありがとう :)


Okay , I used custom post types & taxonomies . I have a simple thing to ask more that is how to include custom post types & taxonomies to search. My taxonomies include things like - price, rent, ID etc. On the search box there are dropdown boxes with the search box. But it seems when I search something it ignores the values of taxonomies totally and only search whats typed on the search box. See it here. http://tjdesigners.info/eshop/ Please help me out I will be really grateful.

4

0 に答える 0