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
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
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.
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
bump
me too,i want to add my site http://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...
This topic has been closed to new replies.