Category Archives: php

How To Download A Header Image Just Once

While checking links on a client’s re-vamped web site, I noticed that the header image would be re-loaded for each page visited on the site. I’d forgotten to set the .htaccess file with an Expires Header to ensure that the … Continue reading

Posted in php | Tagged , , | Leave a comment

Paths For Building WordPress Themes or Plugins

When tinkering with the code that runs WordPress it’s very important to get the correct path to a file. Of course it is or else the files can’t be found and your new functionality won’t work. According to the Codex … Continue reading

Posted in php, Plugins, WordPress | Tagged , | 2 Comments