Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Theme Developers - include header and footer hooks
#1
Attention all theme developers.

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..
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
Theme Developers - include header and footer hooks - by n00dles101 - 2011-12-28, 07:01:39



Users browsing this thread: 1 Guest(s)