C corrado New Member Apr 1, 2021 #1 can any one of u tell my how i can remove this from appearing next to my domain name thank you
Mark Administrator Staff member Apr 5, 2021 #2 You can change the wording of "All Sites" in the admin panel, phrase/language editor. languages/english.php $LNG['main_all'] = 'All Sites'; OR you could make your own plugin file: rankings_order_by.php: PHP: if (!$TMPL['cat_exist']) { $TMPL['header'] = "{$LNG['main_header']}"; }
You can change the wording of "All Sites" in the admin panel, phrase/language editor. languages/english.php $LNG['main_all'] = 'All Sites'; OR you could make your own plugin file: rankings_order_by.php: PHP: if (!$TMPL['cat_exist']) { $TMPL['header'] = "{$LNG['main_header']}"; }