I have a site in DNN on my local machine.
On one of the page I have added the blog module and created a public blog and added nearly 5 blog entries.
In the blog module settings I have checked the "Syndicate this blog" option.
Following link is generated for the RSS of the created blog.
http://localhost/localdnn/blogpage/...fault.aspx If we type the above URL in the browser, it opens a page (subscribe this feed) displaying the 5 entries of the blog.
The structure of the displayed page is as
Entry Title
Published date
Blog summary
My question is can we change the structure of the page?. That is can we add the blog contents in the above structure. The new structure should look like as
Entry Title
Published date
Blog summary
Blog Contents
Any idea how can I do this?