• 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

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter bloodsaber

    (@bloodsaber)

    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

    Thread Starter bloodsaber

    (@bloodsaber)

    bump

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

    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…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can i add my name to my website head’ is closed to new replies.