When customizing a drupal 7 theme about a year ago I removed the code that displays the read-more link at the end of teasers.
I need to add this code back to show the read-more links now, but I have totally forgotten where to put this code in.
Any help?
Thanks
Look for a file in your template with suffix
*-teaser.tpl.phpand in proper location add like this example or another example of marinellie themeAnother solution is look for how was it implemented it your main theme ( looking for
*--teaser.tpl.phpand just copy/paste read_more section)