How to Remove a Blog's WordPress Version
- 1). Open the "Appearance" section of the WordPress dashboard and select "Editor" to open the theme editor page.
- 2). Select your current WordPress theme from the "Select theme to edit" menu and then click the "Select" button.
- 3). Click the "Theme Functions" link under "Templates" on the right side of the page.
- 4). Scroll to the bottom of the theme editor and insert the text "remove_action('wp_head', 'wp_generator');" in a blank line. Copy the text from this article to the theme editor to avoid a typing error.
- 5). Click the "Update File" button. The line containing your WordPress version number is removed from the source code.