?? didnt work…it still doesnt show…
this is my index.php
‘<?php get_header(); ?>
<?php
if ($posts) {
foreach($posts as $post) { start_wp();
?>
<div class=”post”>
” style=”text-decoration:none;” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?>
<div class=”cite”><?php the_time(“l F dS Y”) ?>, <?php the_time() ?> <?php edit_post_link(); ?></div>
<?php the_content(); ?>
</div>
<div class=”commenttotal”><img src=”https://www3.ocn.ne.jp/~kurbis/image/ab81.gif”><br><?php wp_link_pages(); ?><?php comments_popup_link(__(‘no kisses – submit a kiss’), __(‘1 kiss’), __(‘% kisses’)); ?></div>
<div class=”sep”>
</div>
<!–
<?php trackback_rdf(); ?>
–>
<?php comments_template(); // Get wp-comments.php template ?>
<?php } // closes printing entries with excluded cats ?>
<?php } else { ?>
<?php _e(‘Sorry, we were unable to locate your lost sheep.’); ?>
<?php } ?>
<?php get_footer(); ?>’