Reputation: 1310
I found this code snippet:
<?php
$view = views_get_current_view();
$arg0 = $view->args[0];
?>
but i don't know where to begin inserting this php code snippet.
Upvotes: 3
Views: 10735
Reputation: 136
You want to use a view argument in your view's header, footer or empty text fields.
You would enter this code in the view's basic settings.
Upvotes: 6