the code above is entered into the custom message field of the dashboard options plugin and evaluated as php. so i suppose it is inserted in the wp-admin index. Is that what you were asking?
That isnt quite doing it. here is some of the code i am trying to get working…:
print (“Hi”);
echo $user_identity;
print(“<p style=\”font-weight:bold;color:gray;\”>Hope you guys had a good week. Have a better weekend!”);
this, when executed, just leaves a blank where the user’s id would be.
Help! Thanks.