Excerpt shows […] instead of the text before <!–more–>
-
Hi,
On my first page I have a sidebar that shows:
– Post title
– Date and Category
– Post before the more tagAfter clicking on a post it shows my post on the right side and my sidebar on the left. I want the sidebar to look exactly the same as the sidebar on the front page. But now it doesn’t show the text bofore the <!–more–> tag but further down till a tag that looks like this […]
Can anybody help?
My code looks like:
<h3 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h3><span class=”txt0″><?php edit_post_link(‘Edit’, ”, ”); ?> // <?php the_time(‘j F Y’) ?> // <?php the_category(‘, ‘) ?></span>
<?php the_excerpt() ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<h3 class=’center’>No posts found.</h3>
<?php endif; ?>
- The topic ‘Excerpt shows […] instead of the text before <!–more–>’ is closed to new replies.