I am making a blog-like site in drupal 7.15.

In the front page, I want to display the top 5 articles. I did this using a block type view.

At the end of this block, I also want to display a link called "All articles", which will lead to a page containing all the articles.

I have a made a page type view for this purpose, but I do not know how to add the link to this view inside the block.

Comments

Views includes possibility to

Views includes possibility to add Footer. Put the link in there.

nobody click here