Okay
  Public Ticket #1944203
add_filter post thumbnail for portfolio list
Closed

Comments

  •  2
    Clara started the conversation

    Hi,

    I would like to add a badge on each portfolio thumbnail of portfolio list (cf. the attachment). I made a plugin and tried to add my badge with the 

    add_filter('post_thumbnail_html','pbs_badge_tag',10,2);

    It works fine on other theme but not on Salient, and the whole point of this is to make it work on Salient. Which filter could I use instead of post_thumbnail_html ?

    Best regards,

    Clara.

  •  8,996
    Tahir replied

    Hey Again,

    Unfortunately there is no such code reference available at the moment to help you out with this . 

    Best


    ThemeNectar Support Team 

  •  2
    Clara replied

    Thank you for the reply Tahir :) I'll try to avoid the problem.