I am having a slightly different situation – for each post and page I want to apply in the <head> section specific <script> and <Link> tags – so each posting or page can have specific formatting/styling and or operational features/widgets.
I know I can add some of these <scripts> and <links> to the header.php file but that is not fine-grained enough.
It appear wp_head() might be useful – but I don’t know how to make that call specific to a particular post or page.
Any suggestions would be appreciated.