Why in archive page doesn´t show read more button with excerpt?
You are using the wrong filter. Depending on how your theme is built, there may be two solutions. If the theme uses the wp_trim_excerpt function, the excerpt_more filter inside that function will only be called if there is no excerpt passed to that function. At the end of that function there still is the wp_trim_excerpt … Read more