Mediaturner.com

This site will continue to grow with a collection of tips, articles,resources on numerous topics and areas of interest.

  • Home
  • Archives
  • Privacy Policy
  • Links
  • About
  • Contact
  • WordPress
  • Downloads
  • Videos
RSS FeedSubscribe to RSS feed!
RSS CommentsSubscribe to RSS Comments!

Subscribe via EmailSubscribe through Email

Recent Post

  • Forza 4 – My first Paint and Decal designs
    Forza 4 – My first Paint and Decal designs
    on 5th Nov 2011 in Videos
  • AVG Free Edition
    AVG Free Edition
    on 15th Apr 2011 in Downloads
  • Display Related Post In WordPress Without Plugin
    Display Related Post In WordPress Without Plugin
    on 13th Mar 2011 in WordPress
  • The best free graphic editing software
    The best free graphic editing software
    on 3rd Feb 2011 in Downloads
  • CCleaner optimizes Windows to run faster
    CCleaner optimizes Windows to run faster
    on 12th Dec 2010 in Downloads

Recent Comments

  • Sabrina: Great tutorial, I found it ver
    on How to split WordPress post into separated pages

Archives

  • November 2011
  • April 2011
  • March 2011
  • February 2011
  • December 2010
  • November 2009

Most Popular

  • Forza 4 – My first Paint and Decal designs
  • Display Related Post In WordPress Without Plugin
  • How to split WordPress post into separated pages
  • AVG Free Edition
  • CCleaner optimizes Windows to run faster

Featured Video

Categories

  • Downloads
  • Videos
  • WordPress

Tags

    Gaming Anti-Virus WordPress Tutorials Windows
Home » WordPress » How to hide WordPress Version to Improve Security

How to hide WordPress Version to Improve Security

One of the easy ways hackers can determine if your website can be easily compromised is to look at WordPress version. It is because as WordPress.org publishes a new version, it will state an update of what has been change, this includes exposing some vulnerabilities in terms of security that hackers can exploit. Although, hiding your WordPress version is just one of the ways and NOT the best ways (the best way could still be upgrading your WordPress to the latest version.

To manually remove it from your blog, open up your Theme Editor, and find the functions.php.

Add the following code to the end of your function.php file.

<?php remove_action('wp_head', 'wp_generator'); ?>

WordPress also adds some unnecessary code to the header. To remove this code using WordPress 3.0 or higher add these following codes to the end of your function.php file.

<?php
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'start_post_rel_link');
remove_action('wp_head', 'index_rel_link');
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head');
?>
November 15, 2009 | Posted by Ninetto | WordPress | Leave a comment 
Tags: WordPress Tutorials

Related Posts

If you enjoyed reading this article, please check out other articles below:

Display Related Post In WordPress Without Plugin

Display Related Post In WordPress Without Plugin
Installing lot’s of plugins makes your blog attractive, but can be a security issue and may become outdated. In this article, I will show you how to add related post without a plugin. The ...

How to split WordPress post into separated pages

How to split WordPress post into separated pages
Most Internet readers do not read a website page as they would a book, so the shorter the better. Even if this means separating or splitting the posts into 4 or 5 pages. Even if search ...

Leave a Reply

Click here to cancel reply.




Copyright © 2012 Mediaturner.com · All rights reserved · Powered by WordPress & Tim Hortons · Log in