• Resolved jahlinmarceta

    (@jahlinmarceta)


    My website displays images of the author(s) of each post. I want the images to link to the author archive page.

    I use PublishPress shortcode to retrieve the image URL:

    [publishpress_authors_data field="avatar"]

    Which means I want to achieve something like this:

    <a href="author_archive.html"><img src="[publishpress_authors_data field="avatar"]"></a>

    I fail in this. Even if I would find a solution, my next problem is that some posts have multiple authors. The output from the PublishPress shortcode would therefore consist of two (or more) image URL:s, i.e., e.g.:

    <a href="author_archive.html"><img src="URL 1, URL 2, URL 3…"></a>

    Is there a solution to my problem(s)?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    Thanks for contacting us

    We strive to make Elementor as compatible as possible with 3rd party plugins and themes, but we cannot control the 3rd party’s code, or functionality.

    Therefore, we highly recommend that you report this issue to the support team for this theme/plugin, so they may further troubleshoot and provide any recommendation (or possible fix) to resolve this issue.

    Should they need any help from us, they can open an issue on our Github account and our developers will be happy to assist. https://github.com/elementor/elementor/issues

    For reference: What do we Support?

    Kind regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Use PublishPress shortcode in hyperlinks and images?’ is closed to new replies.