How to Remove Joomla Tags

104 11
    • 1). Click on the "My Computer" icon on your computer. Double-click on the folder that reads "Libraries," then the folder that reads "Joomla."

    • 2). Double-click on the folder that reads "HTML" then the one that reads "Renderer."

    • 3). Right-click on the file that reads "tohead.php" and scroll to "Open With." Select "Text Edit" or your programming application of choice.

    • 4). Scroll through the code until you locate the line that begins "$strHtml" and contains the code "$document->getGenerator()." In most cases, this is line 84 of the code.

    • 5). Turn the line of code into a comment by placing "//" at the very beginning of the line. Place "//" at the very end of the line. If you forget to add a "//" at the end of the line, the rest of your code becomes a comment and no longer powers your site.

    • 6). Click on the "File" button and scroll to "Save."

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.