NameSilo

I need Help with my site - need an image added

Spaceship Spaceship
Watch

Kamloops

Established Member
Impact
9
I need to ad and image to nameopoly.com. I want it to replace where it says Nameopoly at the top. This is the image.
nameopoly_larger_trans.gif


How on earth do I do that. It is in wordpress and the theme is prosense

anyone?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
Kamloops said:
I need to ad and image to nameopoly.com. I want it to replace where it says Nameopoly at the top. This is the image.
nameopoly_larger_trans.gif


How on earth do I do that. It is in wordpress and the theme is prosense

anyone?

If I understand you correctly, you want to add a Favicon?


If so, you must:

1) Create a new image with the size of 16x16.
2) Name it "Favicon.ico".
3) Upload it to your website via FTP.


I hope that was what you're looking for.
 
0
•••
No , he wants to change the logo .

First you have a problem with your title :

Go to Presentation -> Theme Editor -> Header and change this :

Code:
<title>php if(is_home() || is_search()) { bloginfo('name'); echo ' - '; bloginfo('description'); } else { wp_title('') ;} ?></title>

with

Code:
<title><?php if(is_home() || is_search()) { bloginfo('name'); echo ' - '; bloginfo('description'); } else { wp_title('') ;} ?></title>

Then if you want to add that image, just go to Theme Editor -> Header :

Find:
Code:
<div id="header_left">
			<h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
			<div class="description"><?php bloginfo('description'); ?> </div>

		</div>

Update it with this code:
Code:
<div id="header_left">
			<h1><a href="<?php bloginfo('url'); ?>/"><img src="your logo url" border="0"></a></h1>
			<div class="description"><?php bloginfo('description'); ?> </div>

		</div>


You can delete the description if you want .

Hope i helped .
Iulian
 
Last edited:
0
•••
hey that worked!!! Thanks so much. Now how would I change that blue background on the headed, sory I am a wordpress newbie!
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer

We're social

Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back