I already re-installed onto a new server. I was only testing .. If I do reproduce I will make sure to provide stacktrace. I do appreciate you looking into this. I will make sure in the future that I can provide more details.
Displaying/linking forum posts on Wordpress blog
-
Hi, was wondering if there is a way to display forum posts on WordPress blog as a link like http://www.xda-developers.com/ (vbulletin)
Thanks!
-
I think i have an idea! -- > setup a front page on nodeBB and forget about wordpress! easy. case closed!
-
@noder You can always pull the latest posts from NodeBB by
GET
ing/api/recent
, and then render as necessary on Wordpress -
Thanks @julian, i'm gonna give it a try