Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1324192
Footer - add clickable images?
Closed

Comments

  • stephyny08 started the conversation

    in the footer section, where it says "meet the editor" - i would like to change it to say "meet our contributors" and have all the contributors images to click out to their author pages... is that possible

  •  2,699
    PenciDesign replied

    Hi,


    I see for now, you're using Soledad About Me widget to do that. Ok, it's ok.

    If you want to make the contributors images to click out to their author pages, please replace the code you're using now:

    <img src="https://image.ibb.co/f2EPab/steph.png" alt="some text">
    <img src="https://image.ibb.co/jcivgG/heidi.png" alt="http://wanderwylde.com/author/heidishuter/">

    To:

    <a href="author-page-url"><img src="https://image.ibb.co/f2EPab/steph.png" alt="some text"></a>
    <a href="author-page-url"><img src="https://image.ibb.co/jcivgG/heidi.png" alt="http://wanderwylde.com/author/heidishuter/"></a>

    Note: You need to replace "author-page-url" on the code above to the link ( include http:// or https:// ) you want when click to each image.

    Each image can have a different link.

    Best Regards,

    PenciDesign

  • stephyny08 replied

    Thank you! 

    If I add the Simple Local Avatar plug in, is there a widget or way that instead of About Me, the images/avatars can just populate in that area as I upload them? and have them click out to the individual author page? ie: wanderwylde.com/author/heidishuter

  •  2,699
    PenciDesign replied

    Hi,

    Please try use this plugin to display your authors with a widget.

    Best Regards,

    PenciDesign