Forum Discussion
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 />
hit a snag trying to do this. tech had me change it to
<#assign messages = rest("/blogs/id/[your_blog_id_here]/topics/style/blog/recent?page_size=3").messages />
also for anyone else reading this, the final steps in order to have this Content to show up with the proper styling of its title were:
go into Admin > Content > Custom Content
create a new Custom CONTENT with the title you want shown on the page, and that calls this Custom COMPONENT with the following tag
<@component id="[custom_component_id_here]"/>
go back to Studio > Page and put the Custom CONTENT into the appropriate page
go back to Admin at the Community or Board level, Display > Page Layouts and reassign as needed
once pushed to production you will need to repeat the admin steps on your live site
- sarahmolinari14 years agoContributorGood discussion, we just may implement this on our community soon as well.
- Inactive User13 years ago
Does anyone know if this has been added as a Lithium-included component?
- KaelaC13 years agoLithium Alumni (Retired)This isn't a Lithium core component (doesn't automatically show up in the component list) but you can add it in Studio as a custom component. Then you can add it to pages and such just like any other Lithium component.
Related Content
- 10 months ago
- 11 months ago
- 3 years ago
- 2 years ago
- 3 years ago