我想在标题文本输入的正下方添加第二个设计/功能相同的输入。
我可以使用
add_meta_box(\'catchy_title\', \'Short Title\', array(\'catchyTitle\', \'metaBoxShow\'), \'post\', \'normal\', \'high\');
以及内容
<div id="titlewrap">
<label for="catchy_title" class="">Enter shorter title here</label>
<input type="text" autocomplete="off" id="catchy_title" value="\'.$meta.\'" size="20" name="catchy_title">
</div>
然而,它周围有一个灰色的代谢箱。我是否应该使用metabox?我基本上想复制此字段:
但我最终
它也在富文本编辑器下。
以下是完整代码(如果有帮助):http://pastebin.com/NiFHAUmq