• Resolved Newt

    (@neutralgroundnews)


    All of the Credit links on the site have become inactive for some reason. They were clickable since the plugin was first added a couple of years ago but recently were reduced to regular text. Links are input in the appropriate section along with names but it no longer works. Is this a bug you’re aware of/working on or something with my site? I didn’t think it is the site as it was working properly for so long.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pepe

    (@pputzer)

    Is this about featured images? I disabled automatic linking for those some time ago (a long time ago really), as a lot of themes wrap their featured images in <a> already and nesting two links would result in invalid HTML.

    You can re-enable links for featured images using the media_credit_post_thumbnail_include_links filter hook.

    • This reply was modified 2 years, 4 months ago by pepe.
    Thread Starter Newt

    (@neutralgroundnews)

    Yes, it’s for featured images. Thank you. How would I re-enable with that hook?

    Plugin Author pepe

    (@pputzer)

    Add this line to your child themes functions.php:

    
    add_filter( 'media_credit_post_thumbnail_include_links', '__return_true' );
    

    That should do it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Credit URL isn’t active’ is closed to new replies.