"Read More" displayed with "content" but not with "excerpt"
-
This line works as planned. The content is shown until cut off where the ‘More’ tag was inserted, and “… Read More ??” is displayed, linking to the full post:
‘<?php the_content(‘<span class=”readmore”>… (Read More ??)</span>’) ?>’
However, the following line shows the excerpt, but the “… Read More ??” gets ignored. All that’s displayed is the excerpt. No “… Read More ??” linking to the full post:
‘<?php the_excerpt(‘<span class=”readmore”>… (Read More ??)</span>’) ?>’
How can I get the “…Read More ??” to show in my archive pages just as it shows on my index page?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘"Read More" displayed with "content" but not with "excerpt"’ is closed to new replies.