我尝试在wordpress中开发一个主题,并认为能够通过ACF中的选择器在转发器中选择内容类型是很好的。
例如:
<div> "The container for the repeater"
<div> "Is only rendered if the selector is at Value1"
</div>
<div> "Is only rendered if the selector is at Value2"
</div>
</div>
使用CSS会很简单,只是隐藏不应该渲染的内容,但会产生大量未使用的代码。
有谁有个好主意怎么做? PHP中的循环是正确的方法吗?