Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created May 23, 2013 23:07
Show Gist options
  • Save LinzardMac/5640178 to your computer and use it in GitHub Desktop.
Save LinzardMac/5640178 to your computer and use it in GitHub Desktop.
public function hookDisplayHeader(){
if( !defined( 'WP_USE_THEMES' ) )
define('WP_USE_THEMES', true);
include_once('/home/bscdevel/public_html/wirerackblog/wp-load.php');
return '<link rel="stylesheet" type="text/css" media="all" href="'. get_stylesheet_uri() . '">';
do_action( 'init' );
}
public function hookDisplayFooter(){
return dynamic_sidebar( 'footer' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment