The requirements for this customization was to create a child theme functions file. I completed this customization by first creating a new blank PHP file in Dreamweaver and saving it as functions.php in the nms509 child theme folder. I then entered the following PHP code into the functions.php file:
<code><?php /* Custom code goes below this line. */ /* Custom code goes above this line. */ ?></code>
I then saved the file and uploaded. Moving forward, any functions that need to be added would be inserted between this code.
Customization points: 2pts
Time: 2 minutes
Resources: This was completed in class, but I also used the following as a reference:
http://justintadlock.com/archives/2010/12/30/wordpress-theme-function-files
