Replies: 0
Hi,
I used a scraping plugin to get articles from other websites. The problem is that it shows the post content as its HTML form like:
<div> Welcome to this article </div>
<h1> This is the beginning of the article </h1>…
How can I convert this to a normal post content so I could see the post content via the visual editor and edit it.
I believe with some code in the PHP part it could be done.
I’ll appreciate any help.