Re: bp-core widgets don’t work
@djpaul, thanks, but I tried putting
`// Load the AJAX functions for the theme
require_once( TEMPLATEPATH . ‘/_inc/ajax.php’ );
// Load the javascript for the theme
wp_enqueue_script( ‘dtheme-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ) );`
But I got: `Fatal Error: required_once. No such file in directory`
And I did change the paths in the functions to match where they were and nothing changed.