• I apologise, because I’m sure this is going to be very simple, and I’ve even done it, but I just can not figure this out.

    On my page, I have a series of images along the right that are links to elsewhere on the site. Where do I change those links?

    https://sbcrc.org

    for example “giving” or “becoming a member.” The real issue is that I need to add a link to the image “find us,” but can not, for the life of me, find how to do that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • If it is a WordPress Page go the dashboard and then all pages. Find the page and click on edit. When you get there click on the image to add a link to it.

    Thread Starter davidbanga

    (@davidbanga)

    Thanks, I gave that a go already. That works for every page except the front page. When I click edit on home, I get a blank wysisyg box.

    ??

    I think those images are coded in to a text widget. So if I am correct go to appearance>>widgets and locate the widget in the right hand column and open it up.

    Find this piece of code:

    <a href="https://www.sbcrc.org/becoming-a-member/"><img width="166" height="94" src="https://sbcrc.org/wp-content/uploads/2012/08/member.jpg" alt="" title="member" class="alignnone size-full wp-image-18"></a>

    Change just the first part to look like this:

    <a href="https://www.sbcrc.org/becoming-a-member/" href="https://YOUR_LINK_HERE">

    leave the rest of that code as it is

    Thread Starter davidbanga

    (@davidbanga)

    That is exactly what I thought. The trouble is that when I go to the widgets, no widgets show up in the right hand column, all the widget areas are clear with the exception of the “search” “google calendar” and “recent post” widgets.

    I know I’ve seen these widgets, but they’re just not showing up for me. I have all the latest versions of everything…

    Thread Starter davidbanga

    (@davidbanga)

    Never mind, I found it right where it should be.(feeling idiotic. Thanks for your help)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't change links’ is closed to new replies.