diff --git a/footer.php b/footer.php index 3bce85a..57c153e 100644 --- a/footer.php +++ b/footer.php @@ -72,7 +72,7 @@
diff --git a/functions.php b/functions.php index 2c2eca8..ce7261d 100644 --- a/functions.php +++ b/functions.php @@ -443,7 +443,7 @@ if ( ! function_exists( 'incolor_related_posts' ) ) { 'ignore_sticky_posts' => 1, 'orderby' => 'rand', 'post__not_in' => array($post->ID), - 'posts_per_page' => 3 + 'posts_per_page' => 2 ); // Related by categories if ( get_theme_mod('related-posts') == 'categories' ) { diff --git a/inc/related-posts.php b/inc/related-posts.php index 567cdb2..b337f5f 100644 --- a/inc/related-posts.php +++ b/inc/related-posts.php @@ -6,39 +6,14 @@ -