Hi Jeff,
Seems like I could accomplish what I want to do by modifying your bridge_setup_postdata function and changing
$authordata = get_userdata($post->post_author);
to something like:
$authordata = comment_auth_linker($author);
but that is not working for me. Any ideas?
|