Tag Archives: Wordpress
WordPress Site stuck in maintenance mode.
I was updating a plugin on a WordPress site I maintain and the process just stopped working. The site was stuck in Maintenance mode. To get out of maintenance mode I had to delete the file ‘. maintenance’ from the root of the site. Once I had done this the site instantly came back up.
WordPress 3.4.1 upgrade stopped Media Library working
I recently upgraded one of my WordPress websites to version 3.4.1. As soon as I did this I started experiencing issues with my media library. Whenever I uploaded an image to the library I would be hit with a 404 error. I also got the same when I tried inserting an image into a post. […]
Exclude Featured image from WordPress gallery
I needed to add the default wordpress gallery to page with a featured image but found that the featured image was also included in this gallery. The best way I found to exclude this is to add the code below to your site function exclude_thumbnail_from_gallery($null, $attr) { if (!$thumbnail_ID = get_post_thumbnail_id()) […]
WordPress site redirects to costabrava.bee.pl
I have just finished cleaning a wordpress website that had been hacked. The site would redirect to costabrava.bee.pl which is a malicious website. Due to this Google began showing a warning page whenever someone navigates to that site, informing them that the site is infected. I had to go through the site and locate all […]
Some images return 404 error on wordpress site
I recently ran into an issue on a wordpress site I maintain. Images randomly stopped showing up on the site. On further investigation I found that the images were just returning a 404 error. After some searching the internet, I came across this article which basically said that it had something to do with the plugin […]