This looks really cool. I’ve been wanting to work on something like this for a while but just never found time.
Do you have a working example of integrating WordPress and a Rails app? I’d love to take a look to see what I’m in for.
Thanks!
]]>The header wasn’t showing for me using the 2011 or 2012 theme.
I don’t know if this is the “correct” approach but I was able to make it appear properly by changing:
add_action ( 'hybrid_before_html', 'load_header');
to
add_action ( 'get_header', 'load_header');