Skip to content

Instantly share code, notes, and snippets.

@jimfrenette
jimfrenette / functions.php
Last active August 29, 2015 14:24
WordPress theme twentyfifteen_scripts function modified to load page or post specific stylesheets and or scripts using custom fields. More info at http://jimfrenette.com/2015/07/wordpress-page-specific-styles-or-scripts/
/**
* This is the twentyfifteen_scripts function and its respective add_action from
* the functions.php file. This function has been modified to load page or post
* specific stylesheets and or scripts using custom fields.
* You can view the original unmodified functions.php file in svn at
* https://themes.svn.wordpress.org/twentyfifteen/1.0/functions.php
*
* Enqueue scripts and styles.
*
* @since Twenty Fifteen 1.0