Question:
How do I remove the total page views count from a WikiPlus page?

Answer:
To do this, on your web front end server, go to the following directory:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES
Open up the following file in a text editor:
WikiPlusTemplates.ascx

Once you have the file opened up. Delete the following line, save the file, then perform an IISRESET.
<KWizCom:WikiPageCounter ID="WikiPageCounter1" ControlMode="Display" runat="server" />
