Wordpress help please

Jano Vaness

Junior Member
Joined
May 20, 2008
Messages
190
Reaction score
1
Hey guys I need help

Code:
www.livingelectro.com

I dont know how to edit the 3rd

For example I want to add my own ad code in the advertisement box. Any help please!

I can't find the php file in the theme for the 3rd colomn
 
Yeah sidebar.php is the one for the left side not the right one :(
 
you can check ads.php if have and also check your sidebar to find the code.
 
when you view the ad image it leads to "http://livingelectro.com/wp-content/themes/rainbowtrance/images/ad.gif" You need to change the ad.gif to your own and then link to it so that it is clickable.
 
I want to ad a bidvertise ad tho :S And I also want to add another box. Don't you think there is a script for that column :S ?
 
Yes if you look in your theme editor, there has to be a call to that /images/ad.gif. I imagine you will need to modify that call. It may be in your main index file, or sidebar file, I can't say for certain as I have not used that template.
 
My theme has l_sidebar and r_sidebar to differentiate between the two, you might want to check that.

Also, is there any chance it's hosted in a widget? Probably not since the call is showing up in a view source, but it's worth a check.

Also, one theme that I used to use controlled the right sidebar in the footer.php file. I don't know why, but it did.
 
Back
Top