topic_tags()
-
I’m trying to find this function cuz I need to change the HTML it outputs.
According to this.. http://xref.yoast.com/bbtrunk/nav.html?_functions/index.html it should be located in includes/functions.bb-template.php but maybe that is a different version or something cuz I can’t find it.
Does anyone know of some other sources of documentation where I can look up?
Also, I am trying to setup gravatars for each post and grab the posters email something like this..
<?php echo get_avatar( bb_get_user_email($bb_post->post_author), $size = '70'); ?>
Does anyone know how to get the current posts author email?
- You must be logged in to reply to this topic.