Template TagsTemplate Tages are PHP functions used in template files (php files on your web server). You cannot use […] December 6, 2015 in WordPress tagged footer / functions / php / template tags by Mike
PHP Introduction Part 2Let’s write some code. The line below will go between your two PHP tags. You need a semicolon […] October 11, 2015 in PHP tagged function / php / varibles by Mike
PHP IntroductionJust a few beginner notes on the PHP language. Unlike CGI scripts, which require you to write code […] October 11, 2015 in PHP tagged php / syntax by Mike
PHP codeThe code below would have a dot php file extension. In WordPress I have shown the code using […] October 10, 2015 in PHP tagged code / html / php by Mike
Widget Area in HeaderHow would you create a widget area in your header.php file so that you may put widgets there? […] October 7, 2015 in WordPress tagged php / widget area by Mike