Important tips for Security of a WordPress Website
Security of a WordPress Website Protect from Spammers : Find this line in the header.php file of your wordpress – <meta name=”generator” content=”WordPress <?php bloginfo(’version’); ?>” /> and remove the php code and make it look like: <meta name=”generator” content=”WordPress | Or Whatever You want here” /> If you can’t find the meta tag: Place …
Important tips for Security of a WordPress Website Read More »