diff --git a/public/themes/wordplate/functions.php b/public/themes/wordplate/functions.php index e246d49a..cd61ed36 100644 --- a/public/themes/wordplate/functions.php +++ b/public/themes/wordplate/functions.php @@ -18,14 +18,6 @@ // $formats = ['aside', 'gallery', 'image', 'link', 'quote', 'video', 'audio']; // add_theme_support('post-formats', $formats); - // Register soil modules. - add_theme_support('soil-clean-up'); - add_theme_support('soil-disable-asset-versioning'); - add_theme_support('soil-disable-trackbacks'); - add_theme_support('soil-js-to-footer'); - add_theme_support('soil-nice-search'); - add_theme_support('soil-relative-urls'); - // Add title tag theme support. add_theme_support('title-tag'); @@ -43,6 +35,16 @@ ]); }); +/* + * Register soil modules. + */ +add_theme_support('soil-clean-up'); +add_theme_support('soil-disable-asset-versioning'); +add_theme_support('soil-disable-trackbacks'); +add_theme_support('soil-js-to-footer'); +add_theme_support('soil-nice-search'); +add_theme_support('soil-relative-urls'); + /* * Enqueue and register scripts the right way. *