Archive for the 'php' Category

How to create a rotating header image in wordpress

Tuesday, April 1st, 2008

There is tons of information about how to make a random image header in wordpress, and just as many plugins -  however, I wanted to make my own rotating header image. If you are like me, and you want “complete control” over your site – here is the easy way to make a rotating / [...]

How to remove 2 home pages from your wordpress blog

Monday, March 31st, 2008

Some wordpress themes and not very good a supporting “static” pages. After  you have altered your wordpress blog into a static site, you may end up with 2 home links in your menu bar . To remove one of the two home pages go into your theme folder and find header.php. Locate the following code: (near the bottom)
 <div id=”menu”>
 <ul>
   <li [...]

php-how to use includes for navigation

Monday, February 4th, 2008

Learning php has not been an easy task! But I have been plugging away at it, and now I have a few tricks under my belt to use php to make web design easier.
Today I am going to give an example of the power of “includes”. In my opinion using includes for your navigation is probably the most [...]