Keith Curreri

WordPress wp_head & wp_footer functions

Two key things to add to a WordPress theme are the wp_head and wp_footer functions. These two functions are known as “action hooks”. Depending on how much you know about theme development, action hooks may be easy or difficult to understand. Action hooks are placeholders where code is dynamically added to a theme. What this [...]

Share

Making and Using a Clean Invoice

Whether you are a web developer, graphic designer, freelance writer, or in any service business, you will need to invoice clients. Creating an invoice isn’t difficult, but it can be tricky to make everything clean and easy to understand. Download a sample invoice (Feel free to download and modify this as you wish. Formatting is [...]

Share