Announcement

Collapse
No announcement yet.

Page Titles

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

    Page Titles

    Hi,

    This is probably an easy fix but all my page titles are individually named in actinic but are the same as the parent on the website.

    www.sharptack.co.uk

    Please help as this is driving me crazy!!

    Paul.

    #2
    At a guess the variable used for the page title has been removed and hardcoded within the <head> section of your site.

    Off the top of my head the varible to use is pagetitle, and should looke like
    Code:
    <title>pagetitle</title>
    instead of

    Code:
    <title>SharpTack - Discount Equestrian Supplies</title>
    Hope that helps
    "If my answers frighten you then you should cease asking scary questions"

    Comment


      #3
      cheers, that makes sense but when i change it in the code it wont make the title appear and instead just writes the code on the webpage

      Forget the above, sorted now thank you!!

      Comment

      Working...
      X