Archives
London Cyclist Feed
Daily Archives: January 23, 2010
PHP random content on wordpress
I wanted to split test my post footer in WordPress so I could try out two different Aweber forms. However the forms didn’t display in the way I wanted. The code I ended up using: $chosen = mt_rand(1,3); switch($chosen){ case … Continue reading