Hi,

I have a grid taxonomy term view on my front page. When I click any of the terms, I would like to be able to change the title of the coming page to "Photos of the category". I know I have to do it with contextual filters on taxonomy term:name but I can't find where to do. I've tried every text field. Please find my settings at https://dl.dropbox.com/u/11918318/views-gorsel.png .

Another issue is, how do I create a second view on the page that comes up when I click the taxonomy term on the front page?

Regards,

Comments

The taxonomy term pages have

The taxonomy term pages have nothing to do with views. Your view just links to them. So you can't set the tilte in the view. For changing the page title there is a module (http://drupal.org/project/taxonomy_title).

To place a view on an existing page, you can add a block display to it (or create a new view and add a block display), then go to admin/structure/block and place the block in the region you'd like it to show up. Edit the block's settings to have it only show up on the page(s) you want.

Edit: After I saw that you are more experienced with Drupal than I thought, I think maybe I didn't understand what you are trying to do. Sorry if my comment isn't helpful.