【发布时间】:2012-01-11 06:24:32
【问题描述】:
我如何在 wordpress 中添加一个字段以从后端添加自定义 html
喜欢我添加
<div class="test">
<h4>Who will solve this Question?</h4>
</div>
来自该字段的 html 代码,例如 Textarea 字段
& 已经为测试类和测试 h4 声明了 css 喜欢
.test .h4{
font-weight:bold;
}
所以前端的结果会显示为
谁来解决这个问题?
【问题讨论】: