Owen,

> In your theme's custom class, add a theme_header() method.  In it,
> return the text (the markup) that you want to output into the theme's
> header.
This works nicely if the given entry is displayed, but additionally when 
the entry appears on the blog's starting page. How can I avoid that?

My function looks like this:

/* Add a link tag for a jetpack to the header of a certain entry */

public function theme_header($theme) {
        
if($this->post->id == 19) {

                echo '<link rel="jetpack" href="..." name="...">';      

        }

- Thorsten

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to