• Hi,

    how do I add a Title Name for my site?

    example ( SomeSite.Com – Pictures – Mozilla Firefox )

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Husam

    (@husam)

    ANY1?

    goto options/general in your dashboard
    enter a weblog title..

    in your header, make sure you have something along these lines-
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>

    Thread Starter Husam

    (@husam)

    Thing is I don’t want the text I type shows in the banner of the site cuz I made a custom one.

    so I need like editin in the PHPs or sutmin

    How?

    Thread Starter Husam

    (@husam)

    any1?

    you mean more like this at https://snailrider.com/snailtrails ?

    Here is how I did it.

    Right click on the header image you want to change. Select the “open image” option.

    Now look at the directory path in the address bar of your browser. The last part is the name of the header or banner. Write that down on a piece of paper.

    Now open your ftp program up and navigate to the folder where that image was stored. Rename that image, just incase you want to use it later.

    Upload your new header or banner. You must rename the banner or header image to that of the original, and that should work for you.

    So basically you are just replacing the image using all the same file names and paths, with your new picture.

    Make sense?

    Thread Starter Husam

    (@husam)

    NAAAH not banner

    look: https://img151.imageshack.us/img151/5104/untitled1bt7.jpg

    I want my site name appears on where I pointed in that pic^

    Thread Starter Husam

    (@husam)

    any1?

    Please stop bumping this topic before a full day has gone by – it’s likely that most people now think you have your answer and also possible that those with a real answer for you live in some other timezone on the planet.

    But really, all you have to do to get what you want with this is put this in the head section in header.php:

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    Note that if the head section of header.php already has a title tagset, you’ll need to replace it, not have two.

    Thread Starter Husam

    (@husam)

    If I added this code^

    my site’s name will be generated automatically?

    how will it know what I want to type?

    ……….

    If you want the title bar to have specific text then in your header.php file just edit what is between the <title>blah blah</title> tags.

    Of course, that makes the title the same on all pages – which may not be ideal.

    Thread Starter Husam

    (@husam)

    yay

    Er…. does that mean it works the way you want? If so, please mark this topic resolved.

    Thread Starter Husam

    (@husam)

    w00t

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘How do I add a Title name for site’ is closed to new replies.