Eliminate client entry field in Create Listing
Specifically, how do I comment out this in Vantage: form-listing.php, to prevent the Website entry field from appearing on the Create Listing page?
<div class="form-field listing-urls web">
<label>
<?php _e( 'Website', APP_TD ); ?><br />
<span>http://</span><input name="website" type="text" value="<?php echo esc_attr( $listing->website ); ?>" />
</label>
</div>
I'm learning coding as I go, but this has me stumped. Thanks in advance for any help.