How to integrate existing text archive with WP?
-
On my website, I have an archive of ca 100 articles that I have written (more will be added eventually). I haven’t used WordPress to publish them, but they reside in their own table in my MySQL database and it’s done by PHP so simple even I could put it together. The articles have adresses like
../text/artikel.php?id=32
Now, I’d like the list of articles (title, publication, date) as well as individual articles to appear on a WP page styled with my WP theme.
What would be the most reasonable way to do this? Should I try using PHPExec, RunPHP or some similar plugin? Or should I rather convert my article archive to a series of WP pages? If so, what would be the easiest way to do that?
- The topic ‘How to integrate existing text archive with WP?’ is closed to new replies.