You are not logged in.
Pages: 1
We are going through a name change. I see on every page that the title is set up to be: "Title of page - Name of College". Where can I change the name of our institution? I don't see this ability in developer settings.
Offline
That portion most likely comes from your template files (most likely /templates/layouts/_header.php).
Offline
Great, thanks. That helped. I am still figuring out the file structure layout in BigTree.
I'm wondering about this section in some templates, where the following is called for: <?=$bigtree["page"]["title"]?> This seems to still populate the old name. Also, the backend of the CMS remains unchanged and I'm unsure where to find this.
Thanks for your help!
Offline
The contents of $bigtree["page"]["title"] is normally generated directly from the "Page Title" field in Pages. It's possible that it's being modified somewhere before it's being drawn. The most likely places for that to occur are in that /templates/layouts/_header.php file or a file in the /custom/inc/required/ directory.
Offline
Pages: 1