get_mode(); switch ($mode) { case SU_AUTHORLINKS_MODE_OFF: $this->print_message('warning', __('In order for author highlighting to work, your authors with Google+ accounts need to add their Google+ URLs to their profile page on this site. Why don’t you start by adding your Google+ URL to your profile?', 'seo-ultimate')); break; case SU_AUTHORLINKS_MODE_SINGLEAUTHOR: $this->child_admin_form_start(); $this->textblock(__('Since this site only has one registered user who has written posts, Author Highlighter is providing that user’s Google+ profile image to Google for it to use when any page on this WordPress site appears in Google’s search result listings. If at some point you were to add an additional user to this site and that user were to write some posts, then additional options would show up in this section.', 'seo-ultimate')); $this->child_admin_form_end(); break; case SU_AUTHORLINKS_MODE_MULTIAUTHOR: $users_with_gp = get_users(array( 'fields' => array('ID', 'user_login', 'display_name') , 'meta_key' => 'googleplus' , 'meta_value' => '' , 'meta_compare' => '!=' )); $this->child_admin_form_start(); $user_dropdown_options = array('none' => __('(None)', 'seo-ultimate')); foreach ($users_with_gp as $user) { $user_dropdown_options[$user->ID] = $user->display_name ? $user->display_name : $user->user_login; } $this->dropdown('home_author', $user_dropdown_options, __('Author of Blog Homepage', 'seo-ultimate')); $this->dropdown('archives_author', $user_dropdown_options, __('Author of Archive Pages', 'seo-ultimate')); $this->child_admin_form_end(); break; } } function get_users_with_gp() { static $users_with_gp = null; if ($users_with_gp === null) { $users_with_gp = get_users(array( 'fields' => array('ID', 'user_login', 'display_name') , 'meta_key' => 'googleplus' , 'meta_value' => '' , 'meta_compare' => '!=' )); } return $users_with_gp; } function get_mode() { if (count($this->get_users_with_gp()) > 0) { //We have at least one user who provided a Google+ profile if (is_multi_author()) return SU_AUTHORLINKS_MODE_MULTIAUTHOR; else return SU_AUTHORLINKS_MODE_SINGLEAUTHOR; } else { return SU_AUTHORLINKS_MODE_OFF; } } function add_google_profile_field( $contactmethods ) { $contactmethods['googleplus'] = __('Google+ Profile URL', 'seo-ultimate'); return $contactmethods; } function output_author_link_tags() { if (is_404()) return; $user_id = false; $mode = $this->get_mode(); switch ($mode) { case SU_AUTHORLINKS_MODE_OFF: return; break; case SU_AUTHORLINKS_MODE_SINGLEAUTHOR: $users_with_gp = (array)$this->get_users_with_gp(); $user = reset($users_with_gp); $user_id = $user->ID; break; case SU_AUTHORLINKS_MODE_MULTIAUTHOR: if (is_home()) { $home_author = $this->get_setting('home_author', 'none'); if (is_numeric($home_author)) $user_id = $home_author; } elseif (is_singular()) { global $post; if (is_object($post)) $user_id = $post->post_author; } elseif (is_author()) { global $wp_query; $user_id = $wp_query->get_queried_object_id(); } elseif (is_archive()) { $archives_author = $this->get_setting('archives_author', 'none'); if (is_numeric($archives_author)) $user_id = $archives_author; } break; } if ($user_id !== false) { $url = get_user_meta($user_id, 'googleplus', true); $url = su_esc_attr($url); if ($url) echo "\t\n"; } } }}?>
Bryan Adams vem ao Brasil em outubro para duas apresentações de sua atual turnê, a “Shine A Light”. Os shows acontecem em São Paulo (18/10) e Rio de Janeiro (19/10).
A venda de ingressos tem início no dia 22 de julho. Para São Paulo, a abertura das vendas começa às 00h01. Já para o Rio, um pouco mais tarde, às 10h.
Em São Paulo, os ingressos variam de R$ 150 (referente a meia entrada para Cadeira Nível 2) a R$ 720 (Deck). No Rio, o valor para a entrada do show vai de R$ 120 (referente a Cadeira Nível 3) a R$ 500 (Camarote).
Antes de sua passagem pelo Brasil, o cantor vai passar por Lima, no Peru (11/10), e em Buenos Aires, na Argentina (16/10). A turnê pela América do Sul se encerra em Santiago, no Chile (22/10).
Bryan Adams esteve no Brasil em 2017, realizando três shows (duas em São Paulo e uma no Rio). Na ocasião, o artista cantou quase 30 músicas divididas em duas horas, com casais dos 25 aos 70 anos de pé fazendo selfies simulando beijos e com momentos karaokê arrepiantes (“Heaven”!).
A turnê “Shine A Light” é baseada no álbum homônimo lançado em março de 2019. O disco é o 14º da carreira do artista e foi co-escrito com o cantor e compositor Ed Sheeran.
“Conheci Ed em Dublin, em um de seus shows e mantivemos contato desde então. Um dia, enviei um refrão para uma ideia de música, que chamei de ‘Shine A Light,’ e perguntei se ele estava interessado em colaborar. Dias depois recebi alguns versos, e cara, você precisa ouvi-lo cantar!”, disse Adams.
São Paulo
https://g1.globo.com/pop-arte/musica/noticia/2019/07/18/bryan-adams-anuncia-shows-no-brasil-em-outubro.ghtml