Jump to content

advanced search forms with 3 input text


hope10

Recommended Posts

N.B. : all my work is on wordpress.

I was working for an advanced form with 3 input text in purpose to show a list of hotels.

The problem is i tried an infinity tricks and functions but without any results, the only result i got is when i search with tag, but i have also search by adress and rating.

another problem is i used in the first time a custom taxonomy in the first way then i used metabox but nothing i can't find how to show results.

this is the form

W3Vvn.png

i hadn't a really good idea what i need to do so i tried meta query if (!empty($adr)) { $meta_query[] = array( 'taxonomy' => 'adresse', 'value' => $adr , 'compare' => 'LIKE' ); } in funtion then i call this function in search result but nothing shown

Link to comment
https://forums.phpfreaks.com/topic/296484-advanced-search-forms-with-3-input-text/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.