Viewing 5 replies - 1 through 5 (of 5 total)
  • where do you mean?

    Depending on what exactly you wish to do, the answer would change.

    Whether you mean in a page, in the sidebar, in your theme, where in your theme, etc.

    Depending on where you would like it, a link to your site could help us, so we can take a look at your layout and code

    Thread Starter a2p

    (@a2p)

    a badge to be placed in a side bar

    Ah, that’s one of the easier ways to do it! You can just use a text widget.

    Upload the image onto your server somewhere. Or if it already somewhere, note the URL.

    Drag a text widget into your sidebar, and use this code

    If you want the badge to link somewhere if clicked, the code is

    <a href="https://www.clicklink.com">
    <img src="https://www.yoursite.com/image" alt="title" />
    </a>

    if you don’t want it to link anywhere, and just want an image, use just the second line from that to display the image

    clicklink= link you want people to go to if they click the image
    yoursite.com/image needs to be swapped out for the URL to your actual image

    Thread Starter a2p

    (@a2p)

    Thanks, will give it a try.

    Thread Starter a2p

    (@a2p)

    Thanks, it worked.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Placing an image on home page’ is closed to new replies.