I don’t think it will work for my situation as I’m using a yootheme with warp. My index.php page just calls:
// get warp
$warp = Warp::getInstance();
// load main template file, located in /layouts/template.php
echo $warp['template']->render('template');
and after that I’m freakin’ lost.
I tried to add it to my “Single Post” page but it didn’t do anything for me so I’m assuming that’s not the place to add it.
Beyond that I’m stumped.