' . $title . ''; } else if ( ( $type == "standard" ) || ( $type == "post" ) ) { $html = '

' . $title . '

'; } echo $html; } } add_action( 'bazaarlite_get_title', 'bazaarlite_get_title_function', 10, 2 ); } ?>