Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author studiograsshopper

    (@studiograsshopper)

    Can you explain what you mean, exactly? Thanks.

    Thread Starter rukcs

    (@rukcs)

    I mean on the header somewhere next to the logo, I need to add a search box, right next to the search box is a dropdown menu that includes “Portfolio categories not Port Categories. When you search something and select a portfolio category from the dropdown menu, the search result should only filter that content within the selected category.

    But I solved the problem with custom code using get terms function

    function get_terms_dropdown($taxonomies, $args){
    $myterms = get_terms($taxonomies, $args);
    $optionname = “optionname”;
    $emptyvalue = “”;
    …..

    Plugin Author studiograsshopper

    (@studiograsshopper)

    Ok. I don’t think this had anything to do with my plugin, but glad you sorted out your issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add dropdown menu next to search form’ is closed to new replies.