Steven Scotten escribió:
This seems like a simple enough thing, but I'm plum stumped.
I've created a view of all a user's content, and I'd like to include the username in the title of the displayed page. I've tried using token and variable syntaces and both simply display the actual characters I typed, not substituting the username.
Is it true that the title of a Page created by Views has to be static text and cannot include data about the content displayed?
Hello, you can write php code at the head of the view if you enable the php filter.
Cheers!