Title: blackcap's Replies | WordPress.org

---

# blackcap

  [  ](https://wordpress.org/support/users/blackcap/)

 *   [Profile](https://wordpress.org/support/users/blackcap/)
 *   [Topics Started](https://wordpress.org/support/users/blackcap/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blackcap/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blackcap/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blackcap/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blackcap/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blackcap/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove the WP Version # from the header not working](https://wordpress.org/support/topic/remove-the-wp-version-from-the-header-not-working/)
 *  [blackcap](https://wordpress.org/support/users/blackcap/)
 * (@blackcap)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-the-wp-version-from-the-header-not-working/#post-1484439)
 * found this tread when searching for wp_generator..
    I know the question was posted
   a long time ago.. But if others have the same problem then…..
 * In your themes header.php file look for something like this:
    `<meta name="generator"
   content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats
   please -->`
 * the `remove_action('wp_head', 'wp_generator');` only removes the meta tag when
   the wp_head() is called in header.php
 * hope this helps.

Viewing 1 replies (of 1 total)