commit b15ebda71f647165566dd2a1dfc329726c6c93cb
parent 1774ea372309a49d8dc5a893265bf122c0648355
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 16:29:15 +0100
will it work??
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -88,9 +88,9 @@
$read = "1";
include('../../core/backend/blog/posts.php');
while ($x < $post_id_clean){
- $id = $x;
echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";
$x = $x+1;
+ $id = $id+1;
}
}else{
echo "<a href='index.php?id=$id' rel='bookmark'> $post_title </a>";