data->display_name)) : ''; $bingopress_title = (!$bingopress_title && strpos( home_url($wp->request), "category")) ? sprintf("Category: %s", (isset(get_the_category()[0])) ? get_the_category()[0]->name : '') : $bingopress_title; $bingopress_title = (!$bingopress_title && $bingopress_query_search) ? sprintf("Search result for: %s", $bingopress_query_search) : $bingopress_title; $bingopress_title = (!$bingopress_title) ? 'Archive' : $bingopress_title; ?>