ericwalter 0 Newbie Poster

Hi,
I need some help in editing the theme ''allure real estates theme''. I got stranded when adding a new country to the 4 countries listed. I managed to add a country at (/home/dbname/public_html/wp-content/plugins/placester/core/const.php) but when I try add a listing, the reply in the country field is that the added country is not included in the list. Please someone give me a hint of what list this could be and how will i be able to add it. I also need to deactivate the add state field since my country has no states.
here is the code

global $placester_countries;
$placester_countries = array (
'AU' => 'Australia',
'BZ' => 'Belize',
'CA' => 'Canada',
'KE' => 'Kenya',
'RU' => 'Russia',
'US' => 'United States',
);

Regards Eric