在网页上有一些产品,比如这个。
<div class-"products-list">
<div class="product>
<h2> Title </h2>
<span> Description</span>
<span> Price </span>
<button> Buy </button>
</div>
</div>
如何让客户使用WP管理面板并手动添加 div class =“product ,可能编辑h2 / description / price而无需进入代码吗 我知道插件“高级字段”,但它只能编辑现有的文本/ imgs等,但不能创建现有文本的副本。
答案 0 :(得分:0)
通常在编辑页面时,您处于“可视”模式。单击页面编辑窗口右上角的“文本”选项卡,将其更改为“文本”。然后在html文档中添加所需的元素。