Text Area
Hi.
I using vantage theme.
I need to add class=required to "<textarea name="post_content"><?php echo esc_textarea( $listing->post_content ); ?></textarea>" when users try to register a listing. The users has to be fill this section.
How can i add this "required" to this textarea?
Regards