• I’ve just been messing around with my own images for my blog site. I intend to replace my own with the ones in the images folder for my theme I’am using.

    Could someone post up the code I will have to put into the image so that the name of my blog will appear on the header image etc or where to look.

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this directly after your body tag:

    <h1 id="header"><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>

    Thread Starter WhiteDevil

    (@whitedevil)

    I looked in the index file and that is already there (but different). I was asking if I would have to slive anything into the new images I’am making.

    Are you asking if you have to edit the image in Photoshop so it has the name of your blog as part of it? The answer to that is no. In the PHP code above, the image is placed as background to the text, which is the name of your blog–the blog name is not actually part of the image, but it looks as if it is.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making my own images’ is closed to new replies.