Skip to content
Public Ticket #486

Footer - add clickable images?

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

Best Regards,

PenciDesign

stephyny08 replied

Customer Reply

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

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.