WordPress Custom Page Templates
Feb 15, 2011 | 2 Comments »
Feb 15, 2011 | 2 Comments »
Feb 09, 2011 | No Comments »
If you are creating a WordPress theme and you need to code in an image, you may notice that you need an absolute path rather than a relative one. If you are confused on the difference between the two: A relative image path <img src = ‘images/picture.jpg’ alt = ‘Picture’ /> An absolute path <img [...]
Feb 02, 2011 | 5 Comments »
Most websites need copyright information in the footer. Usually the current year is included in the copyright info. You can code in the year by hand, but if you want the website to stay current, you will have to go back change the year every January for the rest of the website’s life. An easier [...]