Site logo

Archived topic

Remove links from blog featured image on posts page

2 replies · Started by Alicia on July 11, 2022

Viewing posts 1–3 of 3

Hello folks!

I'm looking to remove the link from featured images. They are causing an A11y issue when we do a scan.

I see a filter like this in Astra theme:

add_filter( 'astra_blog_post_featured_image_link_before', 'astra_remove_link_before' );
add_filter( 'astra_blog_post_featured_image_link_after', 'astra_remove_link_after' );

Is there something similar in GeneratePress?

Thanks!!

Glad you did :)

This archived topic is closed to new replies.