Read More Link Missing
-
I have read several posts on this matter and cannot figure out what is wrong. I installed a new theme and the title is clickable above the excerpts of the posts on the home page but there is not a “read more” link below the excerpt. I have tried adding it but I have not had any success. Even when I put in the code, it does not even produce the Read More link. Below is the code I had:
[Code moderated as per the Forum Rules. Please use the pastebin]
I replaced
<?php the_excerpt();?>
with<?php the_excerpt('Read More', '<img><a>', 'content', false, 'More...', true);?>
and put the line<a href="<?php echo get_permalink(); ?>" title="Read More">Read More</a>
after<?php the_excerpt();?>
.Any ideas on how to make “Read More” appear and a link to the rest of the post? When I put in the code above, it does not even produce a link at all.
My website is centralbeat.com if that helps.
- The topic ‘Read More Link Missing’ is closed to new replies.