Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  
    I looked through the community and found an answer to my question of how to change title and keywords and description but I think it was for an older version. Can someone please lead me in the right direction. Thank You
  2.  
    not sure if anyone read this?
    • CommentAuthorMat_
    • CommentTimeApr 9th 2008
     
    Hi,

    Just open your index.php file (at the root of your install), take a look at the line 30 (it's these lines in my file), and add the value in the '' here:

    $meta_description = ' Your description';
    $meta_keywords= 'your, keywords, here';

    And that's all :)
  3.  
    Ok Thank You but I can't find the default Home Page title area the one that says Find IT jobs. I someone can tell me where the file is I can change it.
    • CommentAuthorTokyoJ
    • CommentTimeApr 19th 2008
     
    Are you using Dreamweaver to edit? If so it has a function to find text or code anywhere in the directory or site.
  4.  
    I thought i found it then changed it but it keeps getting overwritten with Find IT Jobs does anyone know exactly what file it is and where it might be. Thank You in advance Ryan
  5.  

    Check your translations.ini file. You can find it in the folder ‘_includes’

  6.  
    Great I found it. You guys are the best.