titles missing
-
Hi! My blog is: http://www.beautygloss.nl
On my mac my site is fine. But on a windows for some reason the titles from the posts dissapear! They are on the top part of my posts. I tried everything, moved the code around but nothing works, it just doesn’t show up. Anyone know what to do?this is a snippit of the code:
‘<br>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date(”,'<div class=”date”>’,'</div>’); ?><div class=”post”>
<div class=”storycontent”>
<h2 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?> <span><?php edit_post_link(); ?></span></h2>
<br><br>
<?php the_content(); ?>
</div><div class=”meta”> Geschreven om <?php the_time(‘G:i’); ?> in: <?php the_category(‘ , ‘); ?>
<span class=”feedback”> <?php wp_link_pages(); ?> <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?> </span>
</div>
`
The topic ‘titles missing’ is closed to new replies.