WordPress Theming: Creating a Dynamic Footer Using Widgets in WordPress



How to add a dynamic footer using widgets. This tutorial teaches you to register a widget area in your WordPress theme and then add the PHP code to your footer.php file.

Check out my video tutorial on converting HTML/CSS to a WordPress theme: https://www.youtube.com/watch?v=bvAKY8sQpRA

/*—CODE TO COMPLETE THIS TUTORIAL–*/

Register Widgets in your functions.php file
https://github.com/doctorlam/dynamic-footer/blob/master/register-footer-widget.txt

PHP code for your footer.php file
https://github.com/doctorlam/dynamic-footer/blob/master/footer-php-code.txt

Learn more at http://chrislamdesign.com

source

Reply


Build A Site Info