Title: adding function.php
Last modified: August 20, 2016

---

# adding function.php

 *  [ariahlinville](https://wordpress.org/support/users/ariahlinville/)
 * (@ariahlinville)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/adding-functionphp/)
 * Noob question, but I don’t see function.php
    How do I create it?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/adding-functionphp/#post-3132071)
 * Why do you need it?
 *  Thread Starter [ariahlinville](https://wordpress.org/support/users/ariahlinville/)
 * (@ariahlinville)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/adding-functionphp/#post-3132073)
 * I’m trying to do this: [http://iselaespanadesignstudio.com/2012/04/30/how-to-add-a-pinterest-button-on-your-website-images-when-hovered/](http://iselaespanadesignstudio.com/2012/04/30/how-to-add-a-pinterest-button-on-your-website-images-when-hovered/)
 *  [Mayeenul Islam](https://wordpress.org/support/users/wzislam/)
 * (@wzislam)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/adding-functionphp/#post-3132096)
 * `wp-content > themes > your_theme > functions.php` is the default location of`
   functions.php` in any theme. If if is not there, just open a text editor and 
   write:
 *     ```
       <?php
       // Functions will go here, but this is just a comment
   
       ?>
       ```
   
 * and then save the page as `functions.php`. Now write or copy-paste unlimited 
   functions you desire. But always write the functions within the php tags.

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

The topic ‘adding function.php’ is closed to new replies.

## Tags

 * [function.php](https://wordpress.org/support/topic-tag/function-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Mayeenul Islam](https://wordpress.org/support/users/wzislam/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/adding-functionphp/#post-3132096)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
