Forum Discussion
You need to add below component for blog article listing
<component id="articles" quiltName="BlogMessage"/>
- kavithamsGuide
Hi VikasB
Thanks for your reply. Adding that "Articles" component you mentioned, does give the blog article listing.But this listing is different from that of the TKB listing which uses "message-list" component. How can we get the message-list listing for Blogs?
Also the above two components don't appear in the component search box when we type for it. Why is that ?
If you are not getting the article in search results than switch the page tab in XML view and add this component in the main section on the blog page. Like below
<add to="main-content"> <component id="forums.widget.menu-bar" displayNewPostButton="false"/> <component id="archive-info"/> <component id="filtered-by"/> <component id="articles" quiltName="BlogMessage"/> <component id="paging"/> </add>
+ check the blog message page also, it should contain components in the main section(default view)
<add to="main"> <component id="message-view.widget.subject" useBatchProcessingCheckbox="setting:layout.show_batch_checkboxes" disableSubjectLink="false"/> <component id="teaser"/> <component id="tags-with-title-link"/> <component id="labels"/> </add>
Related Content
- 8 years ago
- 9 months ago