• Resolved skyfly024

    (@skyfly024)


    Hello dear team,
    I mainly display singles and albums by artists on my site. Unfortunately only the title is displayed. I would also like to display the artist in the title format. Unfortunately I can’t find a vriable % artist% or one where the artist is listed.
    Many thanks for the help,
    Gösta

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Grab the development version 4.7.10b02 which adds a new tag %author_text%. %author and %author_text% will include artist names in this version.

    The Title Format does not support %author% or author_text so use the Item Format option to include the title output. Find the %title% tag in the Item Format field and replace it with the content of the Title Format field.

    For example, if your Item Format field looks like this,

    
    <div class="amazon-auto-links-product">
        <div class="amazon-auto-links-product-image" style="">
            %image%
            %image_set%
        </div>
        <div class="amazon-auto-links-product-body">
            %title%
            %rating% %prime% %discount% %price% %disclaimer%
        </div>
    </div>
    

    Change it to like

    
    <div class="amazon-auto-links-product">
        <div class="amazon-auto-links-product-image" style="">
            %image%
            %image_set%
        </div>
        <div class="amazon-auto-links-product-body">
            <h5 class="amazon-product-title">
                <a href="%href%" title="%title_text%: %description_text%" rel="nofollow noopener" target="_blank">%title_text% by %author_text%</a>
            </h5>
            %rating% %prime% %discount% %price% %disclaimer%
        </div>
    </div>
    
    Thread Starter skyfly024

    (@skyfly024)

    Ah very good. So will that be included in the next versions?

    Thread Starter skyfly024

    (@skyfly024)

    Little problem. Unfortunately no artist appears after the “by”.

    Plugin Author miunosoft

    (@miunosoft)

    Can you try v4.7.10b04? There are some products that don’t include authors including artist names though.

    Thread Starter skyfly024

    (@skyfly024)

    Ahhhh great … so it works. I think I will always have something written on it because I only advertise music.

    Thread Starter skyfly024

    (@skyfly024)

    Just one more question. Is it possible to filter out Amazon Music or playlists?

    Plugin Author miunosoft

    (@miunosoft)

    I’m not sure about your last question. Can you create a new topic with some more details? It helps future forum visitors to find their information.

    Thank you. I’ll mark this topic as resolved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Artist in title format’ is closed to new replies.