I need to check a specific weblog to see if the currently logged in user has posted to it.
In plain english something like…
If currently logged-in user has posted to weblog A
do this
if else
do this
End if statement
How would I go about doing this?
