Skip to content

Instantly share code, notes, and snippets.

View jasoncarrigan's full-sized avatar

jasoncarrigan

View GitHub Profile
@jasoncarrigan
jasoncarrigan / gist:6613763
Created September 18, 2013 18:51
subject field
<div class="editfield">
<label for="subject"><?php _e( 'Subject', $this->text_domain ); ?> (<?php _e( 'required', $this->text_domain ); ?>)</label>
<input type="text" id="subject" name ="subject" value="<?php echo ( isset( $_POST['subject'] ) ) ? $_POST['subject'] : ''; ?>" />
<p class="description"><?php _e( 'Subject (required)', $this->text_domain ); ?></p>
</div>
<?php
/**
* The Template for displaying all single classifieds posts.
* You can override this file in your active theme.
*
* @package Classifieds
* @subpackage UI Front
* @since Classifieds 2.0
*/