On my blog. On the sidebar where my "RECENT COMMENTS" part is I have created a simple script that besicly shows gravatars of my commentors. This script in my sidebar.php. Now what I need is the script to continue doing the same thing but just exclude my comments (blog owner) from showing. I am not sure how to achieve this. Below is the script; I have also tried this with no luck; Can someone please help me? Thanks for your help, appreciated.
shadowgold thanks for your reply. I am bit all new to this, could you please explain bit more of what you mean or how to go about it? again thanks!
have u fix this?? u can try to if(comment_author == admin){ //do nothing } just rough code ... u must define output for ur query first regards