Plugin Author
pepe
(@pputzer)
Have you tried enabling the new option in Media Credit 3.0? If that’s not feasible, the template tags for Media Credit are now documented on the plugin website.
Thread Starter
jmf421
(@jmf421)
I tried using <?php the_media_credit($post); ?> in my template code and that just pulled in the authors name from who published the page, not the text specific here: https://infinit.io/_/3nJ6E8J
Not sure what you mean by enabling the “new option in media credit 3.0”
Plugin Author
pepe
(@pputzer)
Media Credit 3.0 contains an option to enable credits for featured images automatically. If you want to do it manually via template tags, you have to call the_media_credit( get_post_thumbnail_id( $post ) ) (in this case, $post is a variable name, whereas in the documentation it refers to a function parameter).
Thread Starter
jmf421
(@jmf421)
Ok where are the options to enable this on featured images? I do not see an options page in the dashboard.
Plugin Author
pepe
(@pputzer)
Look in Settings / Media.
Plugin Author
pepe
(@pputzer)
Did you find the setting?
Plugin Author
pepe
(@pputzer)
I assume this has been resolved.