WordPress是否有默认类,可以在管理区域/元框中使用多个列?看看下面的例子:我需要输入在单独的列中。
是的,我可以自己做,但我发现加载更多的内容是没有意义的CSS
如果WP已经具有该功能。
<小时>
HTML code:
<p>
<label for="first">This is first input</label>
<br/>
<input type="text" name="first" id="first" value="" size="30" />
<label for="second">This is second input</label>
<br/>
<input type="text" name="second" id="second" value="" size="30" />
</p>
<小时>
How it currently looks like:
<人力资源>
What Im looking for: