2011-12-28, 07:01:39
Attention all theme developers.
To ensure your Themes function correctly with plugins please ensure you include
between your <head> tags.
And include before the end <body> tag
These hooks are required by some plugins to function correctly.
Mike..
To ensure your Themes function correctly with plugins please ensure you include
Code:
<?php get_header(); ?>
between your <head> tags.
And include before the end <body> tag
Code:
<?php get_footer(); ?>
These hooks are required by some plugins to function correctly.
Mike..