Hi there,

I'd like to be able to set the page title for pages created by views to something other than the 'Title' attribute. Is there any way that this can be done?

Also, the page titles module allows me to set up patterns for content types, but this doen't help when I've created a page via views as it isn't a content type in itself. Can a title pattern be set up for views via the page titles module? I'm guessing not.

Thanks,

Rich

Comments

mdupont’s picture

In short, no you can't, but there is a workaround: by using the insert_view module ( http://drupal.org/project/insert_view ) you then are able to embed your view in a node... And this node will have a title pattern that can be defined through the page titles module.

RichieRich’s picture

I think that might help me on two levels...thanks for the tip.