[Resolved] hero element- how to add photo author credit

Home Forums Support [Resolved] hero element- how to add photo author credit

Home Forums Support hero element- how to add photo author credit

  • This topic has 5 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #868446
    Santa

    Hi!

    Have made an element for blog posts to show featured photo and title of the post. How to add author credit for posts?
    Can I add it as a tag, as for every post the author of photos will be different?

    Thanks!

    #868461
    David
    Staff
    Customer Support
    #869120
    Santa

    Hello!

    Maybe it is possible to add just plain text under the h1, or text with link to image author somehow? For example, ”Photo: link to author url”

    #869173
    David
    Staff
    Customer Support

    So you could use Custom Fields and the {{custom_field.name}} template tag to display it in the header. Eg.

    Add 2 Custom Fields to the post:

    author_name
    author_url

    Then you could add this to the page header:
    <a href="{{custom_field.author_url}}">Photo: {{custom_field.author_name}}</a>

    #869355
    Santa

    Thank you! Just what I wanted to archieve.

    #869379
    David
    Staff
    Customer Support

    Glad to be of help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.