Another question about WP header includes

I've just added a very small video gallery to a site I've been building and I used this include...

<?php require_once("../wp-blog-header.php");?>

<?php get_header(); ?>

It seemed to work well enough. My question is this...

Is there a difference between this include and the one by Ruzee that has been floating around here?

This include allowed me to keep the ZP CSS and was esier to add. Why are we all using Ruzees? Is there anything wrong with the code I used?

Have a look at my new site. Other than CSS and the include I only made one change to the ZP code. Can you spot it?

http://sophistryandillusion.com/
Sign In or Register to comment.