'. get_the_title() .''; } else if ( $type == "single" ) { echo '

'. get_the_title() .'

'; } } } add_action( 'avventura_lite_get_title', 'avventura_lite_get_title_function' ); } ?>