Forum Discussion
woodag
15 years agoGuide
KaelaC / RickyS:
Thank you for the help. I'm finally getting around to trying this.
I put the code into a custom component on my stage server. In the preview it appears it is pulling in the three most recent posts from the various blogs in our community. How to I get it to pull from one specific blog only?
And then, how do I create another that pulls from a discussion board or group of boards in the same category?
KaelaC
15 years agoLithium Alumni (Retired)
To pull from one blog change the first line to
<#assign messages = rest("/blogs/id/[your blog id here]/threads/recent ?page_size=3").messages />