johno69 (October 21st, 2012)
	<div class="editor-directions">
		<p>Create your content as you would like it to appear in your listing in the editor below. When you are done just click the HTML tab in the top right hand corner and copy the code into your business description. Be sure to explore all the options to get your listing looking just the way you want it.</p>
	</div> (Put whatever directions you want here. I also made a note of the "Kitchen Sink" pointing out that there are more option available there, as it is hidden by default)
<?php wp_editor( PutYourContentHere, listingeditor ); ?> ("PutYourContentHere" can be anything and shows up in the editor initially. Make sure you don't have any spaces or anything if you want to change this. "listingeditor" is the editor_id and can only use lower case letters, nothing else. Both of these are required for it to work)
<fieldset id="misc-fields"> <div class="featured-head"><h3><?php _e( 'Additional info', APP_TD ); ?></h3></div> <div class="form-field images"> <?php _e( 'Listing Images', APP_TD ); ?> <?php the_listing_image_editor( $listing->ID ); ?> </div> <div class="editor-directions"> <p>Create your content as you would like it to appear in your listing in the editor below. When you are done just click the HTML tab in the top right hand corner and copy the code into your business description. Be sure to explore all the options to get your listing looking just the way you want it.</p> </div> <?php wp_editor( PutYourContentHere, listingeditor ); ?> <div class="form-field"><label> <?php _e( 'Business Description', APP_TD ); ?> <textarea name="post_content"><?php echo esc_textarea( $listing->post_content ); ?></textarea> </label></div>
/* =========== [ LISTING FORM ] =========== */
.editor-directions {
	border-top: 2px solid #EBEBEB;
}
#listing-tabs ul {
	margin:10px 40px;
}
#listing-tabs ul li {
	list-style-type:disc;
}
#listing-tabs ol {
	margin:10px 40px;
}
#listing-tabs ol li{
	list-style-type: decimal;
}
johno69 (October 21st, 2012)
			
			
			
			
			
				
  | Did it help you lots? Then the next time you see someone in need give them $5 for me.There are currently 1 users browsing this thread. (0 members and 1 guests)