diff --git a/functions.php b/functions.php index b33d818f4..ba43b2e75 100755 --- a/functions.php +++ b/functions.php @@ -42,6 +42,9 @@ /** Add Nav Options to Customer */ require_once( 'library/custom-nav.php' ); +/** Change WP's sticky post class */ +require_once( 'library/sticky-posts.php' ); + /** If your site requires protocol relative url's for theme assets, uncomment the line below */ // require_once( 'library/protocol-relative-theme-assets.php' ); diff --git a/library/sticky-posts.php b/library/sticky-posts.php new file mode 100755 index 000000000..e2f608eb8 --- /dev/null +++ b/library/sticky-posts.php @@ -0,0 +1,19 @@ +