Modifica scritta “Read More” su Iconic Theme in WordPress

Per modificare la scritta “Read More” del tema wordpress Iconic Theme occorre per ora andare nel file Functions.php e cercare la seguente riga modificandola opportunamente : Prima: return ‘… <span class=”read-more”><a href=”‘. get_permalink($post->ID) . ‘”>’ . __( ‘Read more …’, ‘iconic-one’ ) . ‘ &raquo;</a></span>’; Dopo: return ‘… <span class=”read-more”><a Leggi tutto…