Announcement

Collapse
No announcement yet.

Static Page Titles

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Static Page Titles

    Hi,

    All my Page Titles are static - I want them to reflect the Page Title text box in Page Settings...

    Meta Keywords & description are ok, and change with the changing page.

    My template code is as follows:

    oooOOOooo

    <html>
    <head>
    <TITLE>
    Port of Lancaster Smokehouse
    </TITLE>

    BaseHref
    <META NAME="ACTINICTITLE" CONTENT="Port of Lancaster Smokehouse">
    <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">

    block if
    <meta name="keywords" content="MetaKeywords">
    block

    block if
    <meta name="description" content="MetaDescription">
    block

    oooOOOooo

    I guess I need some code in the ,title. tags, but what?

    Thanks in advance,

    Bass
    Attached Files

    #2
    <actinic:variable name="PageTitle" />

    Comment


      #3
      You're a gem. Thanks.

      is there a list of these things somewhere?

      Thanks again.

      B

      Comment


        #4
        There's a variable reference guide in the help. You also have the standard themes in the design library you can compare back to.

        Comment


          #5
          There's also the insert variable button on the design tab.

          Comment

          Working...
          X