redacademy / wild-spring-2018

3 stars 0 forks source link

Functions.php: faq include #19

Open rcass opened 6 years ago

rcass commented 6 years ago

In your functions.php I noticed towards you have this: https://github.com/redacademy/wild-spring-2018/blob/a2c2fb8035cfc715b60071de8fe96b8442f6ac09/themes/wav-theme/functions.php#L9-L12

However, I recommend moving this to the bottom of the functions.php so that it follow the format of the other included php files. Like this: https://github.com/redacademy/wild-spring-2018/blob/a2c2fb8035cfc715b60071de8fe96b8442f6ac09/themes/wav-theme/functions.php#L142-L150