How do I understand functions.php files – learning
-
Hi All,
I’m just learning about wordpress development. I don’t understand functions.php files very well, at the moment. For example, how would you know to write:
//remove header text and null the text color:
define (‘NO_HEADER_TEXT’, true);
define (‘HEADER_TEXTCOLOR’, ”);Can you recommend any tutorials, that start with explaining simple functions.php files to more complex.
Thanks ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I understand functions.php files – learning’ is closed to new replies.