Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Glad to see you have integrating search add-on, we just added few days ago because we see lots of our users requesting on this and using other filter plugins.

    Yes, you can display search fields conditionally for any specific post grid, i just update search add-on code to display field conditionally for any grid.

    Please see the example code to following file, line: 78-79
    https://github.com/pickplugins/post-grid-search/blob/master/templates/post-grid-hook.php#L78

    View post on imgur.com

    Hope you understand.

    Regards

    Thread Starter spuri123

    (@spuri123)

    Hi,

    Thanks for getting back. That worked. For anyone looking to show the keyword, category, tag and search button only for certain grids need to do the above depicted modification on these functions respectively:
    function post_grid_search_keyword_field($args){}
    function post_grid_search_category_field($args){}
    function post_grid_search_post_tag_field($args){}
    function post_grid_search_form($args){}

    Cheers,
    Sid

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Search and Filter’ is closed to new replies.