@caygri what? Did you try? What happened?
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