Showing latest blogs on the website footer.

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/5/2014 4:21:57 AM
Gravatar
Total Posts 9

Showing latest blogs on the website footer.

I would like to show active blogs in Footer of my Website. Since footer is common for all pages .I am going to write this one in Layout.Master.I would like to know which control can be used in code to show blog?

I would also like to know how to set format in which blog can be displayed.

For e.g. would like to show blog in following Format

Image corresponding to blog    Blog Name, Date, Number of Comments

 

Is this requirement possible, if yes, how?

3/11/2014 12:16:01 PM
Gravatar
Total Posts 18439

Re: Showing latest blogs on the website footer.

One possible way to show most recent blog posts is to use the Feed Manager Feature to consume the RSS feed of the blog, people often do this to show the most recent blog posts on their home page.

There are some ways to make it possible to show certain content instances such as a Feed Manager on multiple or all pages, but I think what I would do for something like that is find some javasacript or jquery rss feed reader that could be embedded in layout.master file and configured with the feed url for the blog. Usually something like that will be lighter weight and more configurable.

For an image per post one could put the image in the excerpt of the blog along with a brief summary of the post and configure the blog to use the excerpt in its rss feed.

You must sign in to post in the forums. This thread is closed to new posts.