Passing form inputs into multi-taxonomy query

You mention that with your first attempt you get the URL http://sitename.com/?brand=22 which is correct as you’ve used a get method, but you don’t say what code you’re using for the query. Personally I use this for my form and would agree with wdalhaj to use post instead of get <form id=”brandsearch” method=”post” action=””> <select … Read more

Use meta_query to get title of associated post

Try setting $title_search = get_the_title($post_object); and then using it in your query as ‘value’ => $title_search: $args = array( ‘post_type’ => ‘journal_entry’, ‘meta_query’ => array( array( ‘key’ => ‘custom_author’, ‘compare’ => ‘LIKE’, ‘value’ => $title_search ) ) );

Filter posts by meta query?

It is a little more convoluted, but main queries for admin can be modified roughly in a same way as front end. You would need to: hook into pre_get_posts check for is_admin() check for is_main_query() check for specific page you want to adjust apply your adjustments to the query if all matches

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)