Forum Discussion
VikasB
8 years agoBoss
Hi jaikumar1
Here is the component to get the recent posts which use on the recent post page.
<component id="messages.widiget.recent-posts"/>
If you are trying to include a component inside another component, it can be done like this
<@component id="component-id" />
Sign in to react to this post
- jaikumar18 years agoMentor
Hi VikasB,
Thank you for your response. I want to display the recent post widget in specific page. The widget should render as same as showing in the page. So i have tried with this in component.
<@component id="messages.widget.recent-posts"/>
But, unfortunately the widget not getting displayed in the page after added in the component.
So please let me know how to proceed on this.
Sign in to react to this post