Hello Everybody
In the Publish an Item section i want to remove Region and Neighborhood. I went to /themes/repurpose/item-post.php and removed those selected in red. But it's not working when I tried to post. Also it's not saying what is wrong or missing.
Can anyone help.
Thank you
<?php } ?>
<!-- location -->
<h3><?php _e('Location - Please fill out all fields.', 'twitter') ?></h3>
<?php item_country_box(__("Country", "twitter"), __("Select a country...", "twitter")) ; ?>
<?php item_region_box(__("Region", "twitter"), __("Select a region...", "twitter")) ; ?>
<?php item_city_box(__("City", "twitter"), __("Select a city...", "twitter")) ; ?>
<div class="clearfix">
<label for="cityArea"><?php _e('Neighborhood', 'twitter') ; ?></label>
<div class="input">
<?php item_city_area( ) ; ?>
</div>
</div>
<div class="clearfix">
<label for="address"><?php _e('Address', 'twitter') ; ?></label>
<div class="input">
<?php item_address( ) ; ?>
</div>
</div>
<!-- location end -->