Title: Edit Head tag
Last modified: April 16, 2023

---

# Edit Head tag

 *  [thompsonaire](https://wordpress.org/support/users/thompsonaire/)
 * (@thompsonaire)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/edit-head-tag/)
 * how do I edit or add text to my page Head>

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [thompsonaire](https://wordpress.org/support/users/thompsonaire/)
 * (@thompsonaire)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/edit-head-tag/#post-16659976)
 * Add a description to the <head> section of the page source: <meta name=’description’
   content=’Descriptive, keyword-rich text that talks about the page content goes
   here.’>.
 * How do I do this??
 *  [alithewpdev](https://wordpress.org/support/users/alithewpdev/)
 * (@alithewpdev)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/edit-head-tag/#post-16660603)
 * Hi [@thompsonaire](https://wordpress.org/support/users/thompsonaire/) There are
   3 ways to do this:
    1. You can create a child theme and copy header file in your child theme and search
       for <head> tag and then anything you want in that
 * 2. You can use [plugin](https://wordpress.org/plugins/meta-tag-manager/) for 
   that as well. If you are using Elementor in your site then Elementor provide 
   this feature already.
 * 3. You can add via functions.php using the following code
 *     ```wp-block-code
       add_action('wp_head', 'your_function_name');
       function your_function_name(){
       ?>
       PASTE HEADER CODE HERE
       <?php
       };
       ```
   
 * Hope this will help!
 *  Thread Starter [thompsonaire](https://wordpress.org/support/users/thompsonaire/)
 * (@thompsonaire)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/edit-head-tag/#post-16663393)
 * Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit Head tag’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 2 participants
 * Last reply from: [thompsonaire](https://wordpress.org/support/users/thompsonaire/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/edit-head-tag/#post-16663393)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
