Skip to content

Commit

Permalink
Merge pull request #128 from wordplate/soil-update
Browse files Browse the repository at this point in the history
Fix soil issues
  • Loading branch information
vinkla committed Sep 18, 2015
2 parents 0c32a84 + f87e7f3 commit 64b3d43
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions public/themes/wordplate/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand All @@ -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.
*
Expand Down

0 comments on commit 64b3d43

Please sign in to comment.