Search found 5 matches
- Fri Oct 14, 2011 7:58 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding or Modifying Page Titles
- Replies: 7
- Views: 2457
Re: Adding or Modifying Page Titles
What you pasted here is part of admin theme file and sitepref.php that you should not edit. With CMSMS you don't have to search for files and edit any, you can do all of your FrontEnd Template settings and markup in Admin Backend. When you go to "Content -> Pages" you will see a list of y...
- Thu Oct 13, 2011 4:38 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding or Modifying Page Titles
- Replies: 7
- Views: 2457
Re: Adding or Modifying Page Titles
This is the code in my theme file * DisplayHTMLHeader * This method outputs the HEAD section of the html page in the admin section. */ function DisplayHTMLHeader($showielink = false, $addt = '') { global $gCms; $config =& $gCms->GetConfig(); ?><head> <meta name="Generator" content=&quo...
- Wed Oct 12, 2011 7:43 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding or Modifying Page Titles
- Replies: 7
- Views: 2457
Re: Adding or Modifying Page Titles
I am not sure of {metadata} in all the templates. Kindly let me know where to find them? Where is the location?
- Wed Oct 12, 2011 7:20 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding or Modifying Page Titles
- Replies: 7
- Views: 2457
Re: Adding or Modifying Page Titles
I am not sure about {metadata} tag in the templates? Where do I search for them? Where are they located?Dr.CSS wrote:You have {metadata} tag in all of your templates?..
Also all meatadata needs a close on them some text, some more" />
NOTE: the 'space' then the / at the end...
Thanks
- Wed Oct 12, 2011 2:07 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding or Modifying Page Titles
- Replies: 7
- Views: 2457
Adding or Modifying Page Titles
My clients website needs some modifications. The page titles, description and keywords of every page needs to be modified. But, when I add the page meta data, the changes don't show up in the front end. A default page title is showing up across all pages on the site. I am adding the titles, descript...