website and wordpress blog integration
- Started
- Last post
- 6 Responses
- dijitaq
my client, a law firm, has a corporate website that has profile of the lawyers and a wordpress blog for their lawyers as the authors. they are on two seperate database on the same hosting.
is it possible to retrieve the articles on the wordpress blog according to the lawyers and having it appear on the their profile?
thanks
- ukit20
This is a little hack-ish but you might be able to do it through an iframe. Have an iframe on each of their profile page displaying the articles from the WordPress blog.
Otherwise, integrate the two sites together for a cleaner implementation.
- dijitaq0
i'm not too familiar with wordpress, but is it possible if I create rss feed for each attorney and just parse the feed on each profile?
- ukit20
Yes, I think that would work too.
- mg330
- dijitaq0
cool, thanks!