Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: how to apply wpv-search-box for custom field content

$
0
0

Dear porntivap

Instead

if ( $view_settings['view_id'] == 53 ) {

Use:

if ( in_array( $view_settings['view_id'], array( 53, 81, 90, 100 ) ) {

More about in_array: http://php.net/in_array

Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.

Regards,
Marcin


Viewing all articles
Browse latest Browse all 20145

Trending Articles