Topic: Theme Developers - include header and footer hooks
Attention all theme developers.
To ensure your Themes function correctly with plugins please ensure you include
<?php get_header(); ?>between your <head> tags.
And include before the end <body> tag
<?php get_footer(); ?>These hooks are required by some plugins to function correctly.
Mike..
Download


