' . get_the_author() . ''; } elseif ( is_year() ) { $title = get_the_date( _x( 'Y', 'yearly archives date format', 'bidnis' ) ); } elseif ( is_month() ) { $title = get_the_date( _x( 'F Y', 'monthly archives date format', 'bidnis' ) ); } elseif ( is_day() ) { $title = get_the_date( _x( 'F j, Y', 'daily archives date format', 'bidnis' ) ); } elseif ( is_post_type_archive() ) { $title = post_type_archive_title( '', false ); } return $title; } add_filter( 'get_the_archive_title', 'bidnis_get_the_archive_title' );