all the blogs I have seen with it – it is inserted below the read more
what customized div do you mean? it does it automatically without having to create a div
Thread Starter
ASJInc
(@asjinc)
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
do a “view source” in your browser and see where it adds it
also, validate a page and see what comes up
Thread Starter
ASJInc
(@asjinc)
Based on the source, it appears to add the sociable code at the end of the text where it cuts off the excerpt and before it adds the “Read More…” code.
Thread Starter
ASJInc
(@asjinc)
Here is the link in the hopes that it helps: http://www.inspirationisland.net
Thanks.