How to modify an existing theme

All WordPress Themes are released under the GNU, which means you’re free to amend and modify them as you please. That’s good news if you come across a layout that you like to 90%, and you’re up for the challenge to get down and dirty with some code. The WordPress Codex is very good at … Read more

How to replace a Header Image

Not every theme provides a convenient “upload header” option. That’s luxory really. But there’s a fairly easy way to replace every header image in every theme with one of your own pieces of art. Here’s what you do: Right-click on the image you want to replace and select Properties. This will give you an idea … Read more

How to increase your PHP Memory Limit

With certain plugins, you may encounter error messages that tell you your PHP memory limit is not high enough. It usually means: you need more! Like your computer being really slow when you run out of memory, PHP does the same thing, sometimes refusing to work flat out. That’s not so good. There are several … Read more

What is a “Point Release”?

With the arrival of WordPress 2.8.5, I mentioned to my good friend Dave Lee that this is a “point release”. He didn’t quite know what that meant, so I thought maybe I’ll share the knowledge. Many if not all software projects have regular improvements that the coders come up with. Usually for reasons for security … Read more

Where is php.ini on a Linux Server?

By default, it’s located in /etc/php.ini In this file, you can set your upload limits, memory limits, safe mode and many other settings that you may wish to change. Before saving permanent changes to this file please consider the following: CREATE A BACKUP before saving all changes will be live AFTER REBOOTING your machine all … Read more

How to avoid Server Crashes with WordPress

WordPress has many pros for content creators like ourselves, but every once in a while there’s a big con that can get in the way of WordPress Fun. One of them is really annoying: when your website becomes regularly unavailable due to a server crash! Even though a reboot brings things back to normal for … Read more