Find blog posts with missing featured images - and missing alt text - without a plugin
accessibility TILvember WordPress · 2 comments · 500 words · Viewed ~1,673 times
WordPress has the concept of "Featured Images". They are the images which show up when you share a blog post on social media or, on some themes, as the "hero" image. How can you quickly and easily find any posts which don't have a featured image? For this, I use WP CLI - it allows you to run complex WordPress actions and queries using the command line. After you have installed WP CLI you can…
Continue reading →