• Resolved davros1

    (@davros1)


    I want to insert a clickable .gif into the sidebar. I read another post that I thought explained it but it’s not working. I am getting a small red X in the sidebar that is clickable and goes to the website I want. But I can’t see the .gif

    Here is what I have so far

    <img src=

    What goes after src= if the path to the .gif Photo I uploaded is /public_html/wp-content/themes/Pressrow/images/

    Thank you very much for your help.

    My Site is https://www.imusblog.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • go ahead and use the full path in the src

    as in

    <img src="https://www.imusblog.com/wp-content/themes/Pressrow/images/image.gif">

    Thread Starter davros1

    (@davros1)

    That did it.

    I also realized I was not Capitalizing the first letter of the .gif filename as I had originally named it.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inserting Clickable gif Into Sidebar’ is closed to new replies.