Issue with the Excerpt
-
I have started to make my own wordpress theme. I have just started running to trouble with the excerpt.
I have replaced
<?php the_content(‘Read more…’); ?>
with
<?php the_excerpt(); ?>Now when i used read more everything worked fine, but I want to write a separate excerpt, to kind of promote each story. When i used the excerpt, it showed up fine, but when i clicked the title to see the rest of the story, it would go to
but only the excerpt would be there, with a weird space now between the content and the footer, where the rest of the content should go but its just blank
Any Help would be Much Appreciated
The topic ‘Issue with the Excerpt’ is closed to new replies.