ASJInc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with pulling category and sub-categoriesCan anyone help with guidance on how this would work? I’m looking for guidance on the proper use of syntax and what loops that would need to be used.
Thanks!
Forum: Plugins
In reply to: Read More is below Sociable div…Here is the link in the hopes that it helps: http://www.inspirationisland.net
Thanks.
Forum: Plugins
In reply to: Read More is below Sociable div…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.
Forum: Plugins
In reply to: Read More is below Sociable div…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