This is a step by step guide on how to use PHP to retrieve your HubPages comments and import them as WordPress comments. There are three key steps involved in this process – Retrieving your HubPages comments from a HTML page. Writing out those comments in the WordPress XML format. Importing the XML file into […]
WordPress XML Import Format – Comments
In this article we consider how to write out comments data in the WordPress XML import format. Once you do this, you can easily import the generated XML file into WordPress by using the Import functionality within your WordPress dashboard. We assume that you already have the comment data extracted in a PHP script elsewhere. […]
Display WordPress Comments in a Static Web Page
Why would you want to link WordPress comments into a static web page? By linking your static web pages to WordPress comments, you get to utilize all of WordPress’s existing functionalities for moderating comments as well as for detecting spam comments. You also save yourself a lot of effort from writing all the backend functions […]