Thread Starter
mdm13
(@mdm13)
it appears i got this working on my own by using the following
<?php if (is_sticky()) {
the_content();
} else {
the_excerpt();
} ?>
if something comes up ill make a new topic, but ill mark this resolved thanks to me actually RTFM.
Thread Starter
mdm13
(@mdm13)
Sorry to double post, but I also just noticed that a link in the body of my sticky post only shows up after the jump and I would like to know if it is possible to change this for all posts.
Thanks again.