View Single Post
10-05-2011, 11:28 AM   #1
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Calling vbbridge functions in other files

Ok, I'm starting to customize some of my other WP templates and want to make use of some of your the great functions you have Jeff, like get_avatar, but I don't know how to include the function you wrote in my template files. I tried:

PHP Code:
require_once ('/home/mypath/vbbridge/vbbridge.php'); 
but this doesn't seem to make the get_avatar function within scope.
wacnstac is offline   Reply With Quote