Block WordPress comment spam with no plugin

We know that there are great spam plugins like Akismet to prevent comment spam, but some user has reported that some genuine comments get filtered out by the plugin, and other plugins don’t do a good job at all. WordPress has provided a few tips on how to prevent spam in Combating Comment Spam. I will provide […]

WordPress: switching from http to https

This is a tutorial for beginners. We are not going to explain how to install a SSL certificate on the server, but we are going to explain the steps to ensure that your WordPress site is configured properly for https. Verify SSL Installation After installing the SSL on the server the first step is to verify that […]

WordPress out of memory error

As you know, we developed the Image Store plugin and many photographers using the plugin with large image files will come across “Out of memory” errors when processing these large images. If you ever received this error in WordPress there are two settings (constants) that you can use in the wp-config.php file to control the memory limits, WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT. […]