Forum Discussion
VikasB
8 years agoBoss
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>
kavithams
8 years agoGuide
I'm getting the list of articles in the blog board. But I meant, the UI, the way the listing comes up is different from the tkb listing.
Below is the listing that shows up in blog board after adding "articles" component.
We need the below type of UI for articles listing.
Please help with the same.