Forums
(@skiorski)
17 years, 8 months ago
google exec-php
Thanks killaja for finding this bit in the first place and to aarock for guiding me to the file name which has changed for WP2.2
Never mind, I found it.
Would something like this work?
<?php global $userdata; get_currentuserinfo(); if ( ! $userdata->user_login ) { ?> <img src=”pic2″> <else> <img src=”pic1″> <?php }?>
I’m not sure. I need coders to look at it and give advice.