In the content-post.php file at line [265] I changed it to $output .= '<i class="icon-doc-text"></i> <a href="'. get_permalink() .'" class="button button_left button_js"><span class="button_icon"><i class="icon-layout"></i></span><span class="button_label">'. $translate['readmore'] .'</a>';
and this made the read buttons show up how I wanted it. I copied parts of that code from the file you mentioned on line [1496]
The original content-post.php file had this: $output .= '<i class="icon-doc-text"></i> <a href="'. get_permalink() .'" class="button button_left button_js">'. $translate['readmore'] .'</a>';
Comments