Changing display of the_excerpt_reloaded for wordpress

I would like to use the actual post title as the ‘more_link_title’. I hope to get an output to say: ‘continue reading [the post title]‘. I see it is done here: http://codex.wordpress.org/Customizing_the_Read_More, but I can’t seem to get my head around how to do it with the excerpt_reloaded?

< ?php the_excerpt_reloaded(20, '', 'content_rss', FALSE); ?>
<a href="<?php the_permalink() ?>" rel="bookmark">continue reading < ?php printf( get_the_title()) ?></a>

About this entry