Heres the basic query in wordpress define('WP_HOME', 'http://domain.com'); And here is the valuie defined $value['property1'] = 'http://domain2.com'; how do i add the value as a query into the basic wp query? like this? define('WP_HOME', '$value['property1']'); a little help please