• Hi peeps,

    I am trying to edit the default WordPress theme, it goes well but now I’m in kind of a problem. I would like that at the bottom of the sidebar, on every page, a image appears.

    I couldn’t find any similair topics about this.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The default theme only has a sidebar on the front page…. so you’ll need a sidebar first?

    Thread Starter FuzzyLogic

    (@fuzzylogic)

    Oh, didn’t notice it ?? lol..

    Well, I think it’s fine like this, but can you than tell me how to put the image under the index-sidebar?

    Thanks!

    On your site in the sidebar code you currently have a line which says

    <a href="https://www.www.ads-software.com/"><img src="https://www.djordjeweb.nl/wordpress.png"></a>

    To add an image you can add some php code below this in the sidebar file eg img src=”https://www.djordjeweb.nl/image.png&#8221;

    Thread Starter FuzzyLogic

    (@fuzzylogic)

    Hmmz.. I don’t think you understood me well. I know how to add an image, but my question was more how I can put that image at the bottom of my sidebar…

    Do you know how I can do that?

    If you put the code to insert the image at the bottom of the code in the sidebar file ( probably called sidebar.php in your theme directory) then the image will display as the last item in the sidebar.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image at the bottom of sidebar’ is closed to new replies.