Wordpress проблема .. как мне обернуть случайный текст в теги P?
Пример:
перед-
<div class = "content">
<img src = "hello.jpg"/>
<h1>Introduction</h1>
Hello! this is stray text that I want to wrap with p tags
Hello! This is another set of stray text
</div>
вечерний
<div class = "content">
<img src = "hello.jpg"/>
<h1>Introduction</h1>
<p>Hello! this is stray text that I want to wrap with p tags</p>
<p>Hello! This is another set of stray text</p>
</div>