Samboll,
Thanks for the reply. I know it’s true. Everyone else that I’ve seen using it has it below the “Read More”. It just won’t work for me…
The sociable plugin inserts a “div.sociable”. Rather than “customized” I should have said styled. I didn’t do anything drastic, just changed around the styles to fit the style of the blog. But for whatever reason, I can’t get the “Read More” above it.
Here is what the code on the index.php looks like:
<div class="entry">
<?php the_excerpt(); ?>
<p><a href="<?php the_permalink(); ?>">Read more...</a></p>
</div>
I’m assuming that sociable adds their code into the content somewhere, but I don’t see where…
Any ideas?
Thanks,
Aaron