I am using version 2.9.2 and I would like to customize the continue reading button. When I use the <!--more--> button I obtain Continue reading. When I go and check post-template.php I find the following code:
function get_the_content($more_link_text = null, $stripteaser = 0) {
global $id, $post, $more, $page, $pages, $multipage, $preview, $pagenow;
if ( null === $more_link_text )
$more_link_text = __( '(more...)' );
I am confused I should have found: Continue reading. Where can I find the Continue reading which is linked to the <!--more--> button?
Thanks for your help
The blog I need help with is www.fireworkszone.com.