January 26, 2010 – 6:22 pm
I’m looking for a new logo for this site. If you’d like to design one, and possibly win some nice prizes like a $10.00 Amazon gift certificate and some random stuff from my attic, head on over to http://www.hammydown.net
January 10, 2010 – 12:03 pm
I just found a pretty cool site where blogs can be narrated so they can be listened to, rather than read. Pretty cool idea. I’m wondering if the narrators get paid on that site. This is something I would be VERY interested in.
November 17, 2009 – 3:09 am
There may be 1 person who would ever need to search this, yet it’s the top result returned.
Show ads only on homepage in Wordpress.
This is the perfect code:
<?php if (is_home()) {
?>
Advertisement code which is displayed on homepage only
<?php
}
?>
Replace home with single to display ad on single page only.
Cheers