Wordpress Sidebar

Tempaar

Registered Member
Joined
Nov 22, 2016
Messages
58
Reaction score
1
Hello,
So I'm slowly getting my WordPress blog out there and Now I'm looking to add affiliate links to the sidebar my only problem is what category under footer do i use that i can make it a clickable image? i'm searching and can't find anything

thank you
 
Well it depends on what theme u are using and how is it build. Plus you say u want it in the footer then u say in the sidebar, well they're not the same. If u want a linkable image in the sidebar add a text widget and insert your html code...smth like: <a href="http://LandingPageURL.com" target="_blank"><img src="http://FileURL" /></a> if u want it in the footer add at the end of your footer.php your code. Hope it helps.
 
Dude Sidebar is driving me mad i don't get it as long as i see it once i'm good but right now i'm baffed man
 
go into widgets panel.. add the text box into every possible sidebar widget.
in the first widget put "A". second one put "b" keep going until you fill out all your widgets. now click save, and do a hard refresh on your post page (Ctrl + f5 on firefox)
now look @ your site and you have identified where each widget goes . replace the dummy a-b-c text with links to your ad. @serbyy provided you the code to do it as did i in your last thread...
if you want a banner in your footer you will likely have to edit your code directly since most themes don't put a widget/quick access to that sort of thing. most themes name it 'footer.php'. edit that file. you may have to read a quick guide on html/css/php editing.
if the footer position is too low...you'll have to put it at the bottom of your single-page.php or single-post php file...whatever they name it.
 
Last edited:
If you're familiar with PHP the last option under themes is Editor....go to the editor and open sidebar.php and you can customize it any way you want using raw PHP.

But I would go the widget way first.
 
I'm using the theme bakersville
 
Hello,
So I'm slowly getting my WordPress blog out there and Now I'm looking to add affiliate links to the sidebar my only problem is what category under footer do i use that i can make it a clickable image? i'm searching and can't find anything

thank you
try this plugin to make a clickable image that redirects to any site you like
https://en-gb.wordpress.org/plugins/image-widget/
 
this is easy my friend, do editing footer with the code or use the plugin
 
Back
Top