ivandoric / WordPress-Custom-Query

Repository for Wordpress Custom Query video tutorial series
24 stars 13 forks source link

WP Advanced Search Metabox #3

Closed mehmetsarr closed 4 years ago

mehmetsarr commented 4 years ago

Hello, how is metabox added in "WP Advanced Search"? There is no metabox example in the sample demo.

ivandoric commented 4 years ago

Did you watch all the videos in the series? Maybe this video can help: https://www.youtube.com/watch?v=v8IkotRDg4Q

If not maybe this can help: https://rudrastyh.com/wordpress/meta_query.html search for meta box on the page.

As far as I can remember you can query metaboxes same as you would query custom fields.

mehmetsarr commented 4 years ago

Thank you for your answer. I asked for this link. https://github.com/ivandoric/wp-advanced-search

ivandoric commented 4 years ago

Well this is something I forked a long time ago. You should ask the creator of the plugin: https://github.com/raideus/wp-advanced-search. This is the original repository.