Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| How to add a widget area to your theme. | |
| <div id="sidebar"> | |
| <ul> | |
| <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) : ?> | |
| <li><!-- stuff shown here in case no widgets active --></li> | |
| <?php endif; ?> | |
| </ul> | |
| </div> |