admin管理员组

文章数量:1405138

I would like to propose on my site a search engine allowing to find categories (with suggestions), and not posts or pages.

I tried different plugins, including ajax search lite, but without success, because it always necesseray to select as source article or page.

Do you know a solution? With Ajax search lite or others?

Thanks in advance

I would like to propose on my site a search engine allowing to find categories (with suggestions), and not posts or pages.

I tried different plugins, including ajax search lite, but without success, because it always necesseray to select as source article or page.

Do you know a solution? With Ajax search lite or others?

Thanks in advance

Share Improve this question asked Jan 4, 2020 at 15:29 HgfdsoiuHgfdsoiu 1211 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

You can use default wordpress function to search categories. get_terms() is the function you need to use where you need to pass your search string in a search parameter.

For details please check get_terms function in wordpress codex

本文标签: pluginsSearch for categories