Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    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.

    Theme Author James Laws

    (@jameslaws)

    I wasn’t able to get on to answer your question till now. Glad you figured it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Distinction] How do you remove the "jump" for a sticky post?’ is closed to new replies.