Wordpress Help.

Status
Not open for further replies.

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
I'd like to add this code :

<a href="http://www.dreamhost.com/donate.cgi?id=9170"><img border="0" alt="Donate towards my web hosting bill!" src="https://secure.newdream.net/donate4.gif" /></a>

To my wordpress blog ( like in a sidebar area ), but I am not sure how to go about doing it? Can someone walk me through the steps to add it?
 

GamingX

Executive Team
Messages
6,355
Reaction score
3
Points
38
It depends on the theme you are using. Can you provide a link to your blog?
 

Jesse

Active Member
Messages
1,360
Reaction score
0
Points
36
You can edit the theme file...
but what's the link of your site?

I am also running my own blog using wordpress :D
 

vievie

Member
Messages
97
Reaction score
0
Points
6
I would suggest looking through the folder which you're theme is set to:

/wp-content/themes/[Theme name that blog is set to]/index.php

Here, you might want to search you're code for any code that resembles elements of the sidebar. The site: www.projectmicah.com has two side bars on both sides, so depending on which side you want the link to appear, you might want to put the link below the corresponding code.

Most likely, you're side bars will be in ul lists, so you'll just have to add in another element of ul to continue it in as a list. I'm going to assume you want that support link on the left side, which would be near this element: <?php _e('Meta:'); ?>, just search for that and put in another element of div or something and input your link.

If you still need help, I wouldn't mind doing it for you ;), just PM the code or file. I've gained lots of experience trying to convert a blogger theme into Wordpress format so I might be able to help =D.
 
Last edited by a moderator:
Status
Not open for further replies.
Top