wordpess でコンテンツを表示するには、 を使用します<p><?php the_content();?></p>
が、検証エラーが発生します。
Line 94, Column 3: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<p>For companies that are willing to minimize their accounting costs or jus bar…
私が変更p
した場合span
、同じエラーが発生します。おそらく誰かが検証エラーでこの問題を解決する解決策を知っていますか?