Hi,
The read more link appears, but the href of that link is “more-2”, witch does not link anywhere… please help.
WP 2.9.1
This is my code
<?php global $more; $more = false; ?>
<div id=”content”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”feature”>
<h2>ID); ?>” ><?php the_title(); ?></h2>
<?php $more = 0; ?>
<?php the_content(‘Read More’); ?>
<?php $more = true; ?>
</div>
<?php endwhile; endif; ?>