We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22840
    • 1,572 Posts
    Hi All.

    I need to be able to use diffrent title’s for each page however I can’t seem to find the way of doing it.

    For example page 1 would read. "Hi welcome to page 1 | site name"
    page 2 would be "Hi welcome to page 2 | site name"

    Obviousle it wont actually be that but it’s an example.

    I see I can add it as a meta title tag but that’s no good to me, I need it to be in the title bar on the browser.

    Any help would be great.

    Regards
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Each page gets its own title; it’s the first field in the document editing form.

      In your template, put [*pagetitle*] wherever you want it to appear, as in the <title> tags of your template.

      Your example would look like this:
      <title>[*pagetitle*] | [(site_name)]</title>
      
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 18367
        • 834 Posts
        Paul,

        you can use either Title or Long Title, as Susan as indicated.

          Content Creator and Copywriter
          • 22840
          • 1,572 Posts
          Thankyou both grin