April 27, 2009
You can have random rotating images in your multimedia box, feature box, widgets, or if you really want to have freedom, you can learn how to make your own custom multimedia box and place them in it.
We’re going to rotate the images with a little php code. In order to do this we need [...]
Read the full article →
April 26, 2009
The mm box is a great feature but did you know you can make your very own simple mm box and place it any where you want on your site? Basically you’re going to make a box in in html, place it with a function, and style it in your custom.css file. Once you create [...]
Read the full article →
Change “leave a comment” text to something else
May 3, 2009You can make the comment heading say whatever you want…
First thing to do is get rid of the original heading. In your custom.css file add this…
.custom #respond_intro p {display: none;}
Next, your going to create a function to add a new heading. In your custom_functions.php file create the function. Give the div a class name so [...]