I have successfully added a blog application to a new page called "Blog". Now I have a different "AboutUs" page on which I want a list of latest five blogs postings. For this I created a new XSLT function similar to Community.Blog.Renderer which can display the blogs as per my requirement.
Next, I added blog application to "AboutUs" page. But it seems this is a different application. What I want to achieve:
- A small widget on "AboutUs" page that displays list of latest 5 blogs posted on the "Blog" page.
- A "Read More" button in each such widget, which when clicked will redirect to the corresponding blog on the "Blog" page.
I am new to composite C1 and till this far I have liked it very much. I hope, composite C1 can handle my requirements somehow and doesn't let me down. Appreciating your concern.