Tag Request Title
Display a global title matching filter params
Example
<title>
<?php
request_title( array(
'auto_pilot' => 'seo_title',
'title_single_before' => $Blog->get( 'name' ).' - ',
) );
?>
</title>
Parameters
Return value
This tag displays content only, it does not have a return value.