Using Views Arguments
Date: Nov 2, 2009
This content applies to the following products:
This video demonstrates using arguments in Views to control the display of content.
An argument passes a query to a view through the URL. For example:
http://example.com/user/3/posts
In this case, '3' is the argument, a user ID. The argument tells the view to display the posts of the user 3.
