Hi,
I've just installed beta 2, and am playing with a redesign of my blog.
I'm using the more quicktag to show an excerpt on my homepage, and I was hoping to use a custom link to point to the entry - however, I can't get the_content to NOT display the more... link.
I've looked in the codex and believe something like this should work:
<?php the_content('',FALSE,''); ?>
and put <!--noteaser--> after the more tag in the post.
But to no avail, it's still showing the more link on the homepage.
Is this a bug in the beta?