Current Path : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/meta-boxes/ |
Current File : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/meta-boxes/post_quote.php |
<div id="tb-blog-metabox" class='tb_metabox'> <?php $this->select('post_quote_type', 'Quote Content', array( '' => 'From Post', 'custom' => 'Custom' ), '', '' ); ?> <div id="post_quote_custom"> <?php $this->textarea('post_quote', 'Content', __('Please type the text for your quote here.','pain') ); $this->text('post_author', 'Author', '', __('Please type the text for author quote here.','pain') ); ?> </div> </div>