By taquil on
This seems like a simple question. I'd like to change the page title for the /node/add screen from 'Create A Page' to something like 'Create Content.' I've spent quite a while trying to figure this out but I've not found a setting or code patch or anything that seems to apply to this. Can anyone illuminate me?
Thanks.
Comments
Have you tried editing the
Have you tried editing the content type name? /admin/content/node-type/page
That's for the things listed
That's for the things listed on the page, the different content types. I'm after the actual title/header on the page itself.
in your template... over-ride the $title variable.
assuming that you are adding a new "page" content item, your path would be this....
node/add/page
so in your page template, test for that path in the url....