Fix ALT tags for avatars in BBPress (WordPress)

I recently discovered a little “error” on one of my websites running WordPress with BBPress.The ALT tag for all avatars/gravatars used in my WordPress BBPress forum was set to: alt=””. Bing, according to their webmaster tools, did complain over the lack of the BBPress avatars ALT tags on most pages in my forum.Seeing all those … Read more

Auto add ALT to WordPress featured images

I found this bit of PHP code that worked fine. What it does is that if your featured images in WordPress have empty ALT tags, then it will use the WordPress post title to fill them. Add the following code to your theme functions.php file. And not the WordPress functions.php file… function lwp_37481_featured_alt_text($metadata, $object_id, $meta_key, … Read more

Answer to: What is installatron_hide_status_test.php?

The “installatron_hide_status_test.php” plugin was previously installed by Installatron to help it manage WordPress automatic updates (if enabled by the customer). It has been replaced by a new plugin, “automation-by-{brand}.php” where {brand} is replaced by the Installatron ID at Installatron Admin > Branding. If you’re still seeing this plugin, it should be swapped with the new … Read more