• I am currently using excepts. I want to have the customized div that I’ve created for the Sociable bar to be at the very bottom of my except, however, no matter what I seem to do, the except puts my “Read More…” below it. Is there somewhere in the sociable.php file that inserts the sociable div below the except text, but before the “Read More…”?

    I hope this makes sense.

    Thanks,
    Aaron

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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: https://www.inspirationisland.net

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Read More is below Sociable div…’ is closed to new replies.