"Header Extra Content" not propagating from Page Types

Permalink
I'm trying to load a special css file into all pages of a certain page type by adding it in "Header Extra Content" on that page type's default. But though it's working for the page type itself, the HTML doesn't show the link to the css file on any of the actual pages.

If I were editing a block I could check "Set Up on Child Pages," but there's no such thing under "Page Properties." So how do I get each page of this page type to express the header content, without having to enter it separately on each page?

1db
 
mhawke replied on at Permalink Reply
mhawke
I would add it to the physical page type file. In your '[root]/themes/your_theme' or '[root]/packages/your-theme/...' you should be able to edit the actual page type file (e.g. full.php or left_sidebar.php) and add the css there.

It's also possible that your theme uses header.php and footer.php files located in the 'elements' folder of your theme. You can add the code to call the css in the header.php file.
PPPills replied on at Permalink Reply
PPPills
yes - this should work!