Quote:
Originally Posted by MarkFL
If you wish to apply CSS only to the index page, then create a plugin hooked at "parse_templates" with PHP Plugin Code something like:
PHP Code:
if (THIS_SCRIPT === 'index') { $template_hook['headinclude_css'] .= '<style></style>'; }
Put your actual CSS between the <style> tags. 
|
I can't believe that actually worked. Mark, you're an absolute genius. Thank you.
Edit: I had to go and like a few different people's posts before being able to like yours again, haha. Seems you're often coming to my rescue.