Monthly Archives: January 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

Posted in Wordpress | Tagged , | Leave a comment