Forums

Inserting A JPG Image Into My Blog Title (6 posts)

  1. jauntberry
    Member
    Posted 1 year ago #

    Hello!

    I'm new to WordPress.org and coding so please bear with me!

    I would like to use a jpg image as my blog's title. The image contains the words and logo I wish to use. Is there a way I can do this? Please note that I am totally new to coding!

    Thanks!

    Tim

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Site url? Help is free but psychic costs extra.

  3. jauntberry
    Member
    Posted 1 year ago #

    sure!

    http://www.jauntberry.com

    i was thinking of replacing the existing "jauntberry" title with a jpg image that would have the same copy plus a small logo..

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Upload your image to the theme's images folder. I'd suggest an image no more than 100px high unless you want to start editing the theme's CSS.

    Assuming the image file is called logo.jpg, edit header.php and try replacing:

    <h1 id="name"><a title="<?php bloginfo('name');?> » " href="<?php bloginfo('url');?>"><?php bloginfo('name');?></a></h1>

    with:

    <h1 id="name"><a title="<?php bloginfo('name');?> » " href="<?php bloginfo('url');?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo.jpg" alt="<?php bloginfo('name');?>" /></a></h1>

  5. jauntberry
    Member
    Posted 1 year ago #

    great , thank you!

  6. building
    Member
    Posted 1 year ago #

    Thank You, Vary much

Topic Closed

This topic has been closed to new replies.

About this Topic