I used this code to add the “read-more” button to the blog post feed on my homepage and this example to add the excerpt above the featured image in my blog posts.
The problem is that the “read more” button also displays in the blog post. How can i keep the “read more” button in the homepage, but remove it in the actual blog posts?
I’m working locally just now, so can’t send a link i’m afraid, but here is a pic of the home screen with the “read more” button.
And here’s an image of a log post which also has the “read more” button after i used the code i linked to above to add the excerpt after the meta data.
I assume it’s some sort of conflict between the 2 pieces of code i used.