commit 6fc2255186f22bf6b8160f032f3ec302cd8dbdce
parent 5244a8da85b39fa9e61bdaeb792563ad3c545ba6
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 11:39:35 +0100
try with print_r for debug
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -77,9 +77,9 @@
<div class="container">
<h1>
<?php
- $x = 0;
+ $x = 1;
while ($x < $post_id_clean){
- echo "$post_id[$x]";
+ print_r ($post_id[$x]);
#echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>";
$x = $x + 1;
}