Title: Sticky posts
Last modified: August 21, 2016

---

# Sticky posts

 *  Resolved [lyhonlam](https://wordpress.org/support/users/lyhonlam/)
 * (@lyhonlam)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sticky-posts-22/)
 * Sticky posts not working, it only show this line: Sticky Post Shows Only WEB 
   Site Home.
 * Also, i couldn’t click on post title links of sticky posts. (must click via “
   more” tag)
 * Please help me fix it, thanks

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sticky-posts-22/#post-4628812)
 * Hi lyhonlam
 * This Presentation is not bug.
 * Raindrops Sticky Post Shows Only WEB Site Home.
 * You need template and CSS customize when need to use more , next page tag,
 * Recipe:
 * Create Child Theme.
 * [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 * note:
    no need `@import url("../twentyfourteen/style.css");` at style.css( automatic
   import )
 * theme holder name : child-rain
 * style.css
 *     ```
       /*
       Theme Name: child-rain
       Version: 1.0
       Description: A child theme of raindrops
       Template: raindrops
       */
   
       .single .raindrops-sticky .entry-content,
       .single .raindrops-sticky .entry-title{
       	/* add 1.120*/
       	display:block;
       }
       ```
   
 * create single.php at child-rain holder
 * Copy Raindrops single.php to child-rain /single.php
 * Remove below code child-rain/single.php
 *     ```
       if ( is_sticky( ) ) {
       ?>
       	<div class="sticky-single-follow-text">
   
       		<strong><a href="<?php echo $raindrops_home_url;?>"><?php esc_html_e( 'Sticky Post Shows Only WEB Site Home.', 'Raindrops' );?></a></strong>
   
       	</div>
       <?php
       				}
       ```
   
 * Above customize will be shown sticky post at single post.
 * Thank you.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sticky-posts-22/#post-4628978)
 * Two weeks have passed since remained without reply, I will change to Resolved.
 *  Thread Starter [lyhonlam](https://wordpress.org/support/users/lyhonlam/)
 * (@lyhonlam)
 * [12 years ago](https://wordpress.org/support/topic/sticky-posts-22/#post-4629014)
 * Hi, could you help me one more problem.
    How to make stickied post tittle permalink
   clickable ?. I can only access to the posts via “more” tag

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

The topic ‘Sticky posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [lyhonlam](https://wordpress.org/support/users/lyhonlam/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/sticky-posts-22/#post-4629014)
 * Status: resolved