Image attachment pages show up in search results on website. I need to know how i can remove ones that are currently there. If i can only do this in my database, how can i make sure i delete the actual attachment pages and not the original pages themselves.
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You can use this small snippet – add it to the functions.php of your child theme :
This will exclude attachment post type from search results.
Hope this helps
You can disable the media attachment page on Yoast SEO if you have installed it. Or you can paste this to your functions.php