Title not inputted - whats wrong with this code?
When I create a listing I am being told the Title hasn't been inputted when it has.
Can you let me know what's wrong with this code and what I need to do to correct it?
Thanks
Rebecca
<div class="form-field"><label>
<?php _e( 'title', APP_TD ); ?>
<input name="title" type="text" value="<?php echo esc_attr( $listing->title ); ?>" class="required" />
</label></div>