diff --git a/functions.php b/functions.php index ad98cfd..62e8841 100644 --- a/functions.php +++ b/functions.php @@ -12,6 +12,7 @@ require_once locate_template('/lib/config.php'); // Configuration require_once locate_template('/lib/activation.php'); // Theme activation require_once locate_template('/lib/cleanup.php'); // Cleanup require_once locate_template('/lib/nav.php'); // Custom nav modifications +require_once locate_template('/lib/comments.php'); // Custom comments modifications require_once locate_template('/lib/rewrites.php'); // URL rewriting for assets require_once locate_template('/lib/htaccess.php'); // HTML5 Boilerplate .htaccess require_once locate_template('/lib/widgets.php'); // Sidebars and widgets diff --git a/lib/comments.php b/lib/comments.php new file mode 100644 index 0000000..d4defd8 --- /dev/null +++ b/lib/comments.php @@ -0,0 +1,64 @@ + +
+ new Roots_Walker_Comment)); ?>
- 1 && get_option('page_comments')) : // are there comments to navigate through ?> - - - + 1 && get_option('page_comments')) : ?> + + -