How to remove b2evolution logo and links in footer Open this file:_skin.funcs.php Located here: public_html/inc/skins/ Goto Line: 1793 Change this: $credit_links = $global_Cache->getx( 'creds' ); To this: $credit_links = ' '; ================================================== Open this… more »