I'm sure this is possible, but I haven't been able to find anything. I want to change the "continue reading" link on the_content that show the full post (because the post itself is short) to link to "post a comment". Any help would be great, thanks!
Edit: Here is how I'm calling the read more:
div class="postcontinue">
<?php if (is_single() || is_page()) : ?>
<?php else : ?>
<a>" title="<?php the_title_attribute(); ?>"><div id="continuereading"> Continue Reading </div> </a><a>"<img src="<?php bloginfo('template_url'); ?>/images/continue.gif" /> </a>
<?php endif; ?>
</div>