commit e22dfb2bf335d882d9474228b3f4ea743e080f23
parent 6fc2255186f22bf6b8160f032f3ec302cd8dbdce
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 11:41:42 +0100
next try
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -79,7 +79,7 @@
<?php
$x = 1;
while ($x < $post_id_clean){
- print_r ($post_id[$x]);
+ echo "{($post_id[1]}";
#echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>";
$x = $x + 1;
}