Creating a child theme functions file (2 points)

As an in-class project, in Dreamweaver, created a new file with file type “php” named “functions.php”

This is a file where I will post code for some of the customizations requiring php.

The Justin Tadlock tutorial (and Ryan) emphasized that there should be no blank lines below the end of the php code (at the bottom of the file).

The first thing entered are these lines of text between which additional code will be entered:

<?php
/* Custom code goes below this line. */

/* Custom code goes above this line. */

?>

10 minutes

Posted in Customizations | Tagged , , |

There are no stupid comments

Your email address will not be published. Required fields are marked *

*