From 8a640af1ce8db441b5a33146ffacaf61c674b802 Mon Sep 17 00:00:00 2001 From: dignajar Date: Mon, 22 Feb 2016 00:13:36 -0300 Subject: [PATCH] Pure theme readmore link --- bl-themes/pure/php/home.php | 2 +- bl-themes/pure/php/post.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-themes/pure/php/home.php b/bl-themes/pure/php/home.php index 798dd0e8..13e1f1bb 100644 --- a/bl-themes/pure/php/home.php +++ b/bl-themes/pure/php/home.php @@ -43,7 +43,7 @@ } // Call the method with FALSE to get the first part of the post - echo $Post->content(false) + echo $Post->content(false); ?> diff --git a/bl-themes/pure/php/post.php b/bl-themes/pure/php/post.php index a349651f..314785cb 100644 --- a/bl-themes/pure/php/post.php +++ b/bl-themes/pure/php/post.php @@ -41,7 +41,7 @@ } // Call the method with FALSE to get the first part of the post - echo $Post->content(false) + echo $Post->content(); ?>