0
私はスペースとし、スペースなしで英国郵便番号を検索wp_query
を作りたい均等英国の郵便番号のためのWp_query検索スペースとし、スペースのない平等
$postcode = $_GET['postcode'];
$args = array(
'post_type' => 'architect',
'post_status' => 'publish',
'posts_per_page' => 6,
'paged' => $paged,
'order' => 'ASC',
'orderby' => 'title',
'meta_query' => array(
array(
'key' => 'postcode',
'value' => $postcode,
'compare' => '='
)
)
);
例BT3 9DT
= BT39DT