Here in this article, we will discuss how to edit links in the footer:
step 1: Download the extension called Footer manager.
Step 2: Upload it to the site root directory via FTP and extract the file.
Step 3: Open the LocalSettings.php file and add the following code:
require_once(‘extensions/FooterManager/FooterManager.php’);
The above code will permit the extension which is useful to you in editing the links.
Step 4: Now remove the below mentioned links from the LocalSettings.php file :
$wgFooterManagerLinks[‘numberofwatchingusers’]=false;
$wgFooterManagerLinks[‘credits’]=false;
$wgFooterManagerLinks[‘copyright’]=false;
$wgFooterManagerLinks[‘tagline’]=false;
$wgFooterManagerLinks[‘privacy’]=false;
$wgFooterManagerLinks[‘about’]=false;
$wgFooterManagerLinks[‘disclaimer’]=false;
$wgFooterManagerLinks[‘viewcount’]=false;
$wgFooterManagerLinks[‘lastmod’]=false;
Step 5: Refresh the web browser, The above code will remove the last updated details from your MediaWiki website.