Title: mdm13's Replies | WordPress.org

---

# mdm13

  [  ](https://wordpress.org/support/users/mdm13/)

 *   [Profile](https://wordpress.org/support/users/mdm13/)
 *   [Topics Started](https://wordpress.org/support/users/mdm13/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mdm13/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mdm13/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mdm13/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mdm13/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mdm13/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Distinction] [Theme: Distinction] How do you remove the "jump" for a sticky post?](https://wordpress.org/support/topic/theme-distinction-how-do-you-remove-the-jump-for-a-sticky-post/)
 *  Thread Starter [mdm13](https://wordpress.org/support/users/mdm13/)
 * (@mdm13)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/theme-distinction-how-do-you-remove-the-jump-for-a-sticky-post/#post-2090256)
 * 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Distinction] [Theme: Distinction] How do you remove the "jump" for a sticky post?](https://wordpress.org/support/topic/theme-distinction-how-do-you-remove-the-jump-for-a-sticky-post/)
 *  Thread Starter [mdm13](https://wordpress.org/support/users/mdm13/)
 * (@mdm13)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/theme-distinction-how-do-you-remove-the-jump-for-a-sticky-post/#post-2090157)
 * 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.

Viewing 2 replies - 1 through 2 (of 2 total)