Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title><?php
- if (is_search()) {
- echo 'Download '.ucwords($s).' MP3 Songs, Lyrics, albums, artists and more music';
- }
- elseif (get_query_var('yttitle')) {
- echo ''.ucwords(str_replace('-',' ',$yttitle)).' MP3 Songs, Lyrics, albums, artists and more music | ';
- bloginfo( 'name' );
- }
- elseif ((is_single())) {
- wp_title(''); echo ' | ';
- bloginfo( 'name' );
- }elseif ((is_page())) {
- wp_title(''); echo ' | ';
- bloginfo( 'name' );
- }elseif ((is_tag())) {
- echo 'Daftar Lagu Artis ';
- wp_title(''); echo ' MP3 Songs, Lyrics, albums, artists and more music | ';
- bloginfo( 'name' );
- }elseif ((is_archive())) {
- wp_title(''); echo ' | ';
- bloginfo( 'name' );
- }elseif ((is_home())){
- //bloginfo( 'name');
- echo 'AzLyric - MP3 Songs, Lyrics, albums, artists and more music';
- //bloginfo( 'description');
- }
- elseif (is_404()) {
- echo 'Not Found - ';
- bloginfo( 'name' );
- }
- if ( $paged >= 2 || $page >= 2 )
- echo ' - ' . sprintf( __( 'Page %s' ), max( $paged, $page ) );
- ?></title>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement