Adding title tags to PHP site?

by 6 replies
8
Yo,

OK. I'm working a site that is not, and never will be Wordpress for a guy. It's hosted on (when I put the name of the hosting company here, it was replaced with "NO NO NO NO NO" but the company starts with GO and ends with DADDY. (not going to change that either, it's a very short-term engagement).


So anyway, this guy wants to brand himself so on this site, I just want to be able to add some <title>TITLE</title> tags and some things like that...I'm not looking to go SEO crazy on the site.

The problem is that I have zero concept of PHP other than knowing if I screw it up, I don't know how to fix it. WITH THAT SAID I also know enough not to put random code just anywhere


With all of that nonsense out of the way, does anybody know how I can do this?

Here's how I get to the files. I am logging into NO-NO-NO-NO-NO-NO-NO-.com, and using the FTP manager to see the files, named main.php and so on.


I can edit the text files pretty easily it looks like, so that's where I'm guessing I need to add the tags.


Can anyone help me, or do you need more info?


thanks
#programming #adding #php #site #tags #title
  • If its not wordpress .. just html or php/html

    after your <head> tag

    add this .....

    <title>YOUR TITLE HERE</title>











    • [ 1 ] Thanks
    • [1] reply
    • THANK YOU SO MUCH!

      I may hit you up, thanks a bunch for the offer! I'll try to get it myself first though.
  • You could have easily found that if you would have search this on google " How to Add title to a website"

    Anyways Wally247 Answered your question very nicely ! *Claps*
    • [1] reply
    • Yea, actually not. Unlike 99.9% of people here, I search for things before I ask.


      I even searched site:warriorforum and only found 1 thread, which was half-assed.


      The <tags>TAGS</tags> are not the problem, they are not hard. What IS hard if you don't know PHP is WHERE to put them.


      If you've ever screwed up some PHP by having one tiny piece of wrong/missing code you know that a whole website can be totally screwed in a click.
      • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 8

    Yo, OK. I'm working a site that is not, and never will be Wordpress for a guy. It's hosted on (when I put the name of the hosting company here, it was replaced with "NO NO NO NO NO" but the company starts with GO and ends with DADDY. (not going to change that either, it's a very short-term engagement).