Forums

how can i add my name to my website head (6 posts)

  1. bloodsaber
    Member
    Posted 3 years ago #

    i need to add my name to my website header
    i am only remotely familiar with how to edit the style.css and header.php i would appreciate help
    Thanks

  2. Jeremy Clark
    Moderator
    Posted 3 years ago #

    The title should be pulled from your dashboard under General : Blog Title if you change it there it should print it in the header, I say should because all themes are different if it doesn't a link to you website and or link to theme download would help.

  3. bloodsaber
    Member
    Posted 3 years ago #

    i don't want to change the title to add my name to the heading like
    Title: a informed comment
    subtitle: the current affairs of the world
    by, bloodsaber

  4. bloodsaber
    Member
    Posted 3 years ago #

    bump

  5. chaunceyyuan@yahoo.com
    Member
    Posted 2 years ago #

    me too,i want to add my site http://www.aheadtrade.com to the heade.
    but it look like waste my time...

  6. adamt07
    Member
    Posted 2 years ago #

    if you're familiar with html it shouldn't be too difficult. Check the header.php file and look for something similar to the following:

    <div class="blogtitle"><?php bloginfo('name'); ?></div>

    <div class="description"><?php bloginfo('description'); ?></div>

    The first line shows the blog title and is often wrapped in a link to the homepage. The second line shows the tagline of the blog. You should be able to add any content you want to show in the theme directly under those lines...

Topic Closed

This topic has been closed to new replies.

About this Topic